diff options
Diffstat (limited to 'keyboards/monarch/rules.mk')
-rw-r--r-- | keyboards/monarch/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/monarch/rules.mk b/keyboards/monarch/rules.mk index 5536d5334..22ec091e7 100644 --- a/keyboards/monarch/rules.mk +++ b/keyboards/monarch/rules.mk | |||
@@ -19,5 +19,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth | |||
19 | AUDIO_ENABLE = no # Audio output | 19 | AUDIO_ENABLE = no # Audio output |
20 | ENCODER_ENABLE = yes | 20 | ENCODER_ENABLE = yes |
21 | 21 | ||
22 | BACKLIGHT_DRIVER = pwm | ||
23 | |||
22 | # Enter lower-power sleep mode when on the ChibiOS idle thread | 24 | # Enter lower-power sleep mode when on the ChibiOS idle thread |
23 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | 25 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |