diff options
Diffstat (limited to 'keyboards/rart/rart75m/rules.mk')
-rw-r--r-- | keyboards/rart/rart75m/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/rart/rart75m/rules.mk b/keyboards/rart/rart75m/rules.mk index c6b786b35..2a6f81099 100644 --- a/keyboards/rart/rart75m/rules.mk +++ b/keyboards/rart/rart75m/rules.mk | |||
@@ -21,5 +21,6 @@ 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 | UNICODE_ENABLE = yes | 23 | UNICODE_ENABLE = yes |
24 | OLED_DRIVER_ENABLE = yes | 24 | OLED_ENABLE = yes |
25 | ENCODER_ENABLE = yes \ No newline at end of file | 25 | OLED_DRIVER = SSD1306 |
26 | ENCODER_ENABLE = yes | ||