diff options
Diffstat (limited to 'keyboards/rubi/rules.mk')
-rw-r--r-- | keyboards/rubi/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/rubi/rules.mk b/keyboards/rubi/rules.mk index 978ef617b..3f464563d 100644 --- a/keyboards/rubi/rules.mk +++ b/keyboards/rubi/rules.mk | |||
@@ -20,7 +20,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
23 | OLED_DRIVER_ENABLE = yes | 23 | OLED_ENABLE = yes |
24 | OLED_DRIVER = SSD1306 | ||
24 | ENCODER_ENABLE = yes | 25 | ENCODER_ENABLE = yes |
25 | 26 | ||
26 | SRC += lib/oled.c \ | 27 | SRC += lib/oled.c \ |