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

This commit is contained in:
QMK Bot 2021-03-17 02:50:20 +00:00
commit c680c84a31

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