diff options
Diffstat (limited to 'keyboards/palette1202/rules.mk')
-rw-r--r-- | keyboards/palette1202/rules.mk | 3 |
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 | |||
28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
29 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
30 | ENCODER_ENABLE = yes # Enable support for rotary encoders | 30 | ENCODER_ENABLE = yes # Enable support for rotary encoders |
31 | OLED_DRIVER_ENABLE = yes # Enable support for OLED display | 31 | OLED_ENABLE = yes |
32 | OLED_DRIVER = SSD1306 # Enable support for OLED display | ||
32 | 33 | ||
33 | # Additional code | 34 | # Additional code |
34 | SRC += lib/oled_helper.c # Adding OLED | 35 | SRC += lib/oled_helper.c # Adding OLED |