Satisfaction75 post merge updates (#23158)

This commit is contained in:
Joel Challis
2024-02-27 12:48:11 +00:00
committed by GitHub
parent bafbca3604
commit b3462157dc
12 changed files with 4 additions and 104 deletions

View File

@ -50,7 +50,7 @@ void board_init(void) {
SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
}
void keyboard_post_init_kb(){
void keyboard_post_init_kb(void) {
/*
This is a workaround to some really weird behavior
Without this code, the OLED will turn on, but not when you initially plug the keyboard in.
@ -63,6 +63,8 @@ void keyboard_post_init_kb(){
oled_init(OLED_ROTATION_0);
}
#endif
keyboard_post_init_user();
}
#ifdef VIA_ENABLE