Remove old OLED API code (#21651)

This commit is contained in:
Ryan 2023-08-01 00:43:10 +10:00 committed by GitHub
parent f407d90598
commit 6018b56c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 2 additions and 1017 deletions

View file

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