Merge remote-tracking branch 'origin/master' into develop

pull/12271/head
QMK Bot 2021-03-17 02:50:20 +00:00
commit c680c84a31
1 changed files with 1 additions and 1 deletions

View File

@ -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