Fix matrix_scan_user is not called at stm32 env(projectkb/alice etc..) which using cannonkeys/stm32f072 (#7821)

refactor_process_record_kb_user
bottilabo 5 years ago committed by Joel Challis
parent caa70df816
commit 2cd338cf7e
  1. 1
      keyboards/cannonkeys/stm32f072/keyboard.c

@ -74,6 +74,7 @@ void matrix_scan_kb(void)
#ifdef RGBLIGHT_ENABLE
rgblight_task();
#endif
matrix_scan_user();
}
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {

Loading…
Cancel
Save