Remove old OLED API code (#21651)
This commit is contained in:
parent
f407d90598
commit
6018b56c55
28 changed files with 2 additions and 1017 deletions
|
@ -173,13 +173,6 @@ bool oled_task_user(void) {
|
|||
#endif //OLED_ENABLE
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
if (record->event.pressed) {
|
||||
#ifdef SSD1306OLED
|
||||
// set_keylog(keycode, record);
|
||||
#endif
|
||||
// set_timelog();
|
||||
}
|
||||
|
||||
switch (keycode) {
|
||||
case QWERTY:
|
||||
if (record->event.pressed) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue