diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-15 21:07:17 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-15 21:07:17 +0000 |
commit | 38cd3684e109e69dcce2ce377d6017d2af6f15aa (patch) | |
tree | 9f29759fd3a64391d8359f864d09ad19360969b7 /keyboards/suavity/ehan/rules.mk | |
parent | ce2dbe17b5032531d4b4e5261f5f38ebadbdd644 (diff) | |
parent | ba4ba66b2fadc31a847f51f49d365d82b0552797 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/suavity/ehan/rules.mk')
-rw-r--r-- | keyboards/suavity/ehan/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/suavity/ehan/rules.mk b/keyboards/suavity/ehan/rules.mk new file mode 100644 index 0000000000..9383acaf00 --- /dev/null +++ b/keyboards/suavity/ehan/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = STM32F072 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |