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/matrix | |
| parent | 494af672ced0f10bf5c60f9d5a8dac68d579640f (diff) | |
bad_kb_funcs1
Diffstat (limited to 'keyboards/matrix')
| -rw-r--r-- | keyboards/matrix/falcon/falcon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/matrix/falcon/falcon.c b/keyboards/matrix/falcon/falcon.c index 74677ab0d1..bfc878a79c 100644 --- a/keyboards/matrix/falcon/falcon.c +++ b/keyboards/matrix/falcon/falcon.c @@ -25,4 +25,5 @@ void matrix_init_kb(void) gpio_set_pin_output(LED_POWER_PIN); gpio_write_pin_high(LED_POWER_PIN); + matrix_init_user(); } |