diff options
Diffstat (limited to 'keyboards/tkc/tkc1800/rules.mk')
-rw-r--r-- | keyboards/tkc/tkc1800/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/tkc/tkc1800/rules.mk b/keyboards/tkc/tkc1800/rules.mk index a81223745..7f169d51a 100644 --- a/keyboards/tkc/tkc1800/rules.mk +++ b/keyboards/tkc/tkc1800/rules.mk | |||
@@ -29,4 +29,5 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this w | |||
29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
32 | OLED_DRIVER_ENABLE = yes \ No newline at end of file | 32 | OLED_ENABLE = yes |
33 | OLED_DRIVER = SSD1306 | ||