mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
[Bug][Keyboard] Fix key display on Corne OLED (#21044)
This commit is contained in:
parent
6e41377824
commit
ed69d78f27
@ -91,7 +91,7 @@ static void set_keylog(uint16_t keycode, keyrecord_t *record) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// update keylog
|
// update keylog
|
||||||
key_name = code_to_name[keycode];
|
key_name = pgm_read_byte(&code_to_name[keycode]);
|
||||||
last_row = record->event.key.row;
|
last_row = record->event.key.row;
|
||||||
last_col = record->event.key.col;
|
last_col = record->event.key.col;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user