summaryrefslogtreecommitdiff
path: root/keyboards/mode/m65ha_alpha/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-01 14:36:43 +0000
committerQMK Bot <hello@qmk.fm>2022-07-01 14:36:43 +0000
commitdfb23456b1e4a9771747056bec6c12553c3715b9 (patch)
treef7d87e9291d242552111704099f584fd52ef1ded /keyboards/mode/m65ha_alpha/rules.mk
parent03630db506736adf74c84fac1a5bb36e31755bb3 (diff)
parentd97843281260ec0065c9db250cf986f533016ad3 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mode/m65ha_alpha/rules.mk')
-rw-r--r--keyboards/mode/m65ha_alpha/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mode/m65ha_alpha/rules.mk b/keyboards/mode/m65ha_alpha/rules.mk
index 191428572e..091e076bd0 100644
--- a/keyboards/mode/m65ha_alpha/rules.mk
+++ b/keyboards/mode/m65ha_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