aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys
diff options
context:
space:
mode:
authorbottilabo <mitamex4u@gmail.com>2020-01-10 06:21:58 +0900
committerJoel Challis <git@zvecr.com>2020-01-09 21:21:58 +0000
commit2cd338cf7ee5671e6fc9ede213c5b13594551e09 (patch)
tree3dd5e5bc0e7f9faead6a878f3bb44f6a7bcf8310 /keyboards/cannonkeys
parentcaa70df816033c30dbbbf4c5a90d803c7bb1dfde (diff)
downloadfirmware-2cd338cf7ee5671e6fc9ede213c5b13594551e09.tar.gz
firmware-2cd338cf7ee5671e6fc9ede213c5b13594551e09.tar.bz2
firmware-2cd338cf7ee5671e6fc9ede213c5b13594551e09.zip
Fix matrix_scan_user is not called at stm32 env(projectkb/alice etc..) which using cannonkeys/stm32f072 (#7821)
Diffstat (limited to 'keyboards/cannonkeys')
-rw-r--r--keyboards/cannonkeys/stm32f072/keyboard.c3
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)
#ifdef RGBLIGHT_ENABLE
rgblight_task();
#endif
+ matrix_scan_user();
}
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
@@ -175,4 +176,4 @@ void via_eeprom_reset(void)
eeconfig_disable();
}
-#endif // VIA_ENABLE \ No newline at end of file
+#endif // VIA_ENABLE