aboutsummaryrefslogtreecommitdiff
path: root/keyboards/palette1202/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/palette1202/rules.mk')
-rw-r--r--keyboards/palette1202/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/palette1202/rules.mk b/keyboards/palette1202/rules.mk
index fc4729194..ddf248a07 100644
--- a/keyboards/palette1202/rules.mk
+++ b/keyboards/palette1202/rules.mk
@@ -28,7 +28,8 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
28BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 28BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
29AUDIO_ENABLE = no # Audio output on port C6 29AUDIO_ENABLE = no # Audio output on port C6
30ENCODER_ENABLE = yes # Enable support for rotary encoders 30ENCODER_ENABLE = yes # Enable support for rotary encoders
31OLED_DRIVER_ENABLE = yes # Enable support for OLED display 31OLED_ENABLE = yes
32OLED_DRIVER = SSD1306 # Enable support for OLED display
32 33
33# Additional code 34# Additional code
34SRC += lib/oled_helper.c # Adding OLED 35SRC += lib/oled_helper.c # Adding OLED