diff options
Diffstat (limited to 'keyboards/handwired/sono1/stm32f103/rules.mk')
-rw-r--r-- | keyboards/handwired/sono1/stm32f103/rules.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/handwired/sono1/stm32f103/rules.mk b/keyboards/handwired/sono1/stm32f103/rules.mk deleted file mode 100644 index 019b1130d9..0000000000 --- a/keyboards/handwired/sono1/stm32f103/rules.mk +++ /dev/null @@ -1,8 +0,0 @@ -# MCU name -MCU = STM32F103 - -# Bootloader selection -BOOTLOADER = stm32duino - -# Enter lower-power sleep mode when on the ChibiOS idle thread -OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |