diff options
Diffstat (limited to 'keyboards/mt980/mt980.c')
| -rw-r--r-- | keyboards/mt980/mt980.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/keyboards/mt980/mt980.c b/keyboards/mt980/mt980.c index 1b03d1aed..5461a3b21 100644 --- a/keyboards/mt980/mt980.c +++ b/keyboards/mt980/mt980.c | |||
| @@ -17,8 +17,13 @@ uint32_t layer_state_set_keymap (uint32_t state) { | |||
| 17 | __attribute__ ((weak)) | 17 | __attribute__ ((weak)) |
| 18 | void led_set_keymap(uint8_t usb_led) {} | 18 | void led_set_keymap(uint8_t usb_led) {} |
| 19 | 19 | ||
| 20 | __attribute__ ((weak)) | 20 | void matrix_init_user(void) { |
| 21 | void action_function_keymap(keyrecord_t *record, uint8_t id, uint8_t opt) {} | 21 | matrix_init_keymap(); |
| 22 | } | ||
| 23 | |||
| 24 | void matrix_scan_user(void) { | ||
| 25 | matrix_scan_keymap(); | ||
| 26 | } | ||
| 22 | 27 | ||
| 23 | void keyboard_pre_init_user(void) { | 28 | void keyboard_pre_init_user(void) { |
| 24 | /* Set NUMLOCK indicator pin as output */ | 29 | /* Set NUMLOCK indicator pin as output */ |
