diff options
| author | zvecr | 2024-07-11 12:03:11 +0200 |
|---|---|---|
| committer | zvecr | 2024-07-11 12:03:11 +0200 |
| commit | b066c86e432347e8abd52eb0faffc3db26dd4ede (patch) | |
| tree | 307533a798f04119f0b12595017d1ad0c0d079cf /keyboards/system76 | |
| parent | 494af672ced0f10bf5c60f9d5a8dac68d579640f (diff) | |
bad_kb_funcs1
Diffstat (limited to 'keyboards/system76')
| -rw-r--r-- | keyboards/system76/launch_1/launch_1.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/system76/launch_1/launch_1.c b/keyboards/system76/launch_1/launch_1.c index 7a5000d9ba..630305194e 100644 --- a/keyboards/system76/launch_1/launch_1.c +++ b/keyboards/system76/launch_1/launch_1.c @@ -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 |