aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lily58/keymaps/lily58l/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lily58/keymaps/lily58l/keymap.c')
-rw-r--r--keyboards/lily58/keymaps/lily58l/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/lily58/keymaps/lily58l/keymap.c b/keyboards/lily58/keymaps/lily58l/keymap.c
index cf1f38d74..3db5f4ac6 100644
--- a/keyboards/lily58/keymaps/lily58l/keymap.c
+++ b/keyboards/lily58/keymaps/lily58l/keymap.c
@@ -126,8 +126,8 @@ layer_state_t layer_state_set_user(layer_state_t state) {
126 return state; 126 return state;
127} 127}
128 128
129//SSD1306 OLED update loop, make sure to enable OLED_DRIVER_ENABLE=yes in rules.mk 129//SSD1306 OLED update loop, make sure to enable OLED_ENABLE=yes in rules.mk
130#ifdef OLED_DRIVER_ENABLE 130#ifdef OLED_ENABLE
131 131
132oled_rotation_t oled_init_user(oled_rotation_t rotation) { 132oled_rotation_t oled_init_user(oled_rotation_t rotation) {
133 if (is_keyboard_master()) { 133 if (is_keyboard_master()) {
@@ -286,7 +286,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
286 } 286 }
287 return true; 287 return true;
288} 288}
289#endif // OLED_DRIVER_ENABLE 289#endif // OLED_ENABLE
290 290
291 291
292// Rotary encoder related code 292// Rotary encoder related code