summaryrefslogtreecommitdiff
path: root/keyboards/mode/m65hi_alpha/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-07-01 15:36:08 +0100
committerGitHub <noreply@github.com>2022-07-01 15:36:08 +0100
commitd97843281260ec0065c9db250cf986f533016ad3 (patch)
treed52f4d799cd139de13cd6a573c89f7b5cf4c0014 /keyboards/mode/m65hi_alpha/rules.mk
parent1e643ba1d1fddf27113564e5ea9d8751cb9a9c01 (diff)
Swap over F4x1 8MHz HSE boards over from blackpill board files (#17520)
Diffstat (limited to 'keyboards/mode/m65hi_alpha/rules.mk')
-rw-r--r--keyboards/mode/m65hi_alpha/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mode/m65hi_alpha/rules.mk b/keyboards/mode/m65hi_alpha/rules.mk
index 191428572e..091e076bd0 100644
--- a/keyboards/mode/m65hi_alpha/rules.mk
+++ b/keyboards/mode/m65hi_alpha/rules.mk
@@ -1,5 +1,6 @@
# MCU name
MCU = STM32F401
+BOARD = GENERIC_STM32_F401XC
# Bootloader selection
BOOTLOADER = stm32-dfu
@@ -17,5 +18,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EEPROM_DRIVER = i2c
+
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE -DDEBUG_EEPROM_OUTPUT=TRUE