aboutsummaryrefslogtreecommitdiff
path: root/keyboards/linworks/whale75/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/linworks/whale75/rules.mk')
-rw-r--r--keyboards/linworks/whale75/rules.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/linworks/whale75/rules.mk b/keyboards/linworks/whale75/rules.mk
index 444459918..bcca4a73d 100644
--- a/keyboards/linworks/whale75/rules.mk
+++ b/keyboards/linworks/whale75/rules.mk
@@ -2,6 +2,9 @@
2MCU = STM32F303 2MCU = STM32F303
3BOARD = QMK_PROTON_C 3BOARD = QMK_PROTON_C
4 4
5# Bootloader selection
6BOOTLOADER = stm32-dfu
7
5# Build Options 8# Build Options
6# change yes to no to disable 9# change yes to no to disable
7# 10#
@@ -22,4 +25,4 @@ ENCODER_ENABLE = yes
22WS2812_DRIVER = pwm 25WS2812_DRIVER = pwm
23 26
24# Enter lower-power sleep mode when on the ChibiOS idle thread 27# Enter lower-power sleep mode when on the ChibiOS idle thread
25OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE \ No newline at end of file 28OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE