diff options
Diffstat (limited to 'keyboards/torn/rules.mk')
-rw-r--r-- | keyboards/torn/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/torn/rules.mk b/keyboards/torn/rules.mk index 3b808f499..8801760ee 100644 --- a/keyboards/torn/rules.mk +++ b/keyboards/torn/rules.mk | |||
@@ -17,7 +17,8 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
19 | ENCODER_ENABLE = yes # Enable rotary encoder | 19 | ENCODER_ENABLE = yes # Enable rotary encoder |
20 | OLED_DRIVER_ENABLE = yes | 20 | OLED_ENABLE = yes |
21 | OLED_DRIVER = SSD1306 | ||
21 | WPM_ENABLE = yes | 22 | WPM_ENABLE = yes |
22 | CUSTOM_MATRIX = lite | 23 | CUSTOM_MATRIX = lite |
23 | 24 | ||