diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-27 15:51:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-27 15:51:25 +0000 |
commit | 7c4992bce1a117f2862c98595858c70e116ef3f5 (patch) | |
tree | 1a9a53930cae4352686b9be64c71f8d61eed934a /keyboards/mode/m75s/rules.mk | |
parent | 59f970322433a0724abb04ea8015393d80a053d2 (diff) | |
parent | d55337ba4dae45f327b0dd6a9317cd9739f36520 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mode/m75s/rules.mk')
-rw-r--r-- | keyboards/mode/m75s/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/mode/m75s/rules.mk b/keyboards/mode/m75s/rules.mk new file mode 100644 index 0000000000..f7659378cc --- /dev/null +++ b/keyboards/mode/m75s/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = STM32F401 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +EEPROM_DRIVER = i2c +LTO_ENABLE = yes + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE -DDEBUG_EEPROM_OUTPUT=TRUE |