[Keymap] fixed oled turn-off issue for crkbd:gotham (#16748)

This commit is contained in:
Allen Choi
2022-04-13 16:03:01 +09:00
committed by GitHub
parent 6d816d94f7
commit 935af9e999
4 changed files with 18 additions and 13 deletions

View File

@@ -81,6 +81,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#ifdef OLED_ENABLE
if (record->event.pressed) {
oled_timer = timer_read();
is_key_processed = true;
add_keylog(keycode);
}
#endif