1
0
Fork 0

bad_kb_funcs1

This commit is contained in:
zvecr 2024-07-11 11:03:11 +01:00
parent 494af672ce
commit b066c86e43
22 changed files with 55 additions and 9 deletions

View file

@ -139,6 +139,8 @@ void matrix_init_kb(void) {
}
system76_ec_rgb_layer(layer_state);
matrix_init_user();
}
void matrix_scan_kb(void) {
@ -238,9 +240,11 @@ layer_state_t layer_state_set_kb(layer_state_t layer_state) {
}
#ifdef CONSOLE_ENABLE
void keyboard_post_init_user(void) {
void keyboard_post_init_kb(void) {
debug_enable = true;
debug_matrix = false;
debug_keyboard = false;
keyboard_post_init_user();
}
#endif // CONSOLE_ENABLE