diff options
Diffstat (limited to 'keyboards/monarch/rules.mk')
-rw-r--r-- | keyboards/monarch/rules.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/monarch/rules.mk b/keyboards/monarch/rules.mk index c62230982f..5a2c15a821 100644 --- a/keyboards/monarch/rules.mk +++ b/keyboards/monarch/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = STM32F072 - -# Bootloader selection -BOOTLOADER = stm32-dfu - # Build Options # change yes to no to disable # @@ -19,7 +13,5 @@ AUDIO_ENABLE = no # Audio output SLEEP_LED_ENABLE = yes ENCODER_ENABLE = yes -BACKLIGHT_DRIVER = pwm - # Enter lower-power sleep mode when on the ChibiOS idle thread OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |