aboutsummaryrefslogtreecommitdiff
path: root/keyboards/rubi/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rubi/rules.mk')
-rw-r--r--keyboards/rubi/rules.mk3
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
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth 21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output 22AUDIO_ENABLE = no # Audio output
23OLED_DRIVER_ENABLE = yes 23OLED_ENABLE = yes
24OLED_DRIVER = SSD1306
24ENCODER_ENABLE = yes 25ENCODER_ENABLE = yes
25 26
26SRC += lib/oled.c \ 27SRC += lib/oled.c \