diff options
Diffstat (limited to 'keyboards/zoo/wampus/rules.mk')
-rw-r--r-- | keyboards/zoo/wampus/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/zoo/wampus/rules.mk b/keyboards/zoo/wampus/rules.mk index 9b8648c33..02375d924 100644 --- a/keyboards/zoo/wampus/rules.mk +++ b/keyboards/zoo/wampus/rules.mk | |||
@@ -21,7 +21,7 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | |||
21 | WS2812_DRIVER = spi # RGB underglow driver configuration | 21 | WS2812_DRIVER = spi # RGB underglow driver configuration |
22 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 22 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
23 | AUDIO_ENABLE = no # Audio output | 23 | AUDIO_ENABLE = no # Audio output |
24 | OLED_DRIVER_ENABLE = no # Enables the use of OLED displays | 24 | OLED_ENABLE = no # Enables the use of OLED displays |
25 | 25 | ||
26 | # Enter lower-power sleep mode when on the ChibiOS idle thread | 26 | # Enter lower-power sleep mode when on the ChibiOS idle thread |
27 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | 27 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |