mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
[Keyboard] Fix issue with process_record_kb in Torn (#12189)
This commit is contained in:
parent
6af387ec6f
commit
3c4972a53f
|
@ -373,7 +373,7 @@ void oled_task_user(void) {
|
|||
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
sleep_timer = timer_read32();
|
||||
return true;
|
||||
return process_record_user(keycode, record);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user