diff options
Diffstat (limited to 'keyboards/lily58/rules.mk')
-rw-r--r-- | keyboards/lily58/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/lily58/rules.mk b/keyboards/lily58/rules.mk index b2d7e648b..302cb0cdc 100644 --- a/keyboards/lily58/rules.mk +++ b/keyboards/lily58/rules.mk | |||
@@ -28,7 +28,8 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | |||
28 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 28 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
29 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 29 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
30 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 30 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
31 | OLED_DRIVER_ENABLE = yes # OLED display | 31 | OLED_ENABLE = yes |
32 | OLED_DRIVER = SSD1306 # OLED display | ||
32 | SPLIT_KEYBOARD = yes | 33 | SPLIT_KEYBOARD = yes |
33 | 34 | ||
34 | DEFAULT_FOLDER = lily58/rev1 | 35 | DEFAULT_FOLDER = lily58/rev1 |