aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lily58/keymaps/via/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lily58/keymaps/via/keymap.c')
-rw-r--r--keyboards/lily58/keymaps/via/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/lily58/keymaps/via/keymap.c b/keyboards/lily58/keymaps/via/keymap.c
index bf46fb8e1..5cc5dc1e5 100644
--- a/keyboards/lily58/keymaps/via/keymap.c
+++ b/keyboards/lily58/keymaps/via/keymap.c
@@ -120,7 +120,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
120 ) 120 )
121}; 121};
122 122
123#ifdef OLED_DRIVER_ENABLE 123#ifdef OLED_ENABLE
124 124
125oled_rotation_t oled_init_user(oled_rotation_t rotation) { 125oled_rotation_t oled_init_user(oled_rotation_t rotation) {
126 if (!is_keyboard_master()) 126 if (!is_keyboard_master())
@@ -215,12 +215,12 @@ void oled_task_user(void) {
215 render_logo(); 215 render_logo();
216 } 216 }
217} 217}
218#endif // OLED_DRIVER_ENABLE 218#endif // OLED_ENABLE
219 219
220 220
221bool process_record_user(uint16_t keycode, keyrecord_t *record) { 221bool process_record_user(uint16_t keycode, keyrecord_t *record) {
222 if (record->event.pressed) { 222 if (record->event.pressed) {
223#ifdef OLED_DRIVER_ENABLE 223#ifdef OLED_ENABLE
224 set_keylog(keycode, record); 224 set_keylog(keycode, record);
225#endif 225#endif
226 // set_timelog(); 226 // set_timelog();