diff options
| -rw-r--r-- | keyboards/cannonkeys/stm32f072/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/stm32f072/keyboard.c b/keyboards/cannonkeys/stm32f072/keyboard.c index 32e30f334..bf35a76c1 100644 --- a/keyboards/cannonkeys/stm32f072/keyboard.c +++ b/keyboards/cannonkeys/stm32f072/keyboard.c | |||
| @@ -74,6 +74,7 @@ void matrix_scan_kb(void) | |||
| 74 | #ifdef RGBLIGHT_ENABLE | 74 | #ifdef RGBLIGHT_ENABLE |
| 75 | rgblight_task(); | 75 | rgblight_task(); |
| 76 | #endif | 76 | #endif |
| 77 | matrix_scan_user(); | ||
| 77 | } | 78 | } |
| 78 | 79 | ||
| 79 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | 80 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { |
| @@ -175,4 +176,4 @@ void via_eeprom_reset(void) | |||
| 175 | eeconfig_disable(); | 176 | eeconfig_disable(); |
| 176 | } | 177 | } |
| 177 | 178 | ||
| 178 | #endif // VIA_ENABLE \ No newline at end of file | 179 | #endif // VIA_ENABLE |
