diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-29 00:19:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-29 00:19:53 +0000 |
commit | 46e2caea78a91e896695c5a6c7437a5d69a878e4 (patch) | |
tree | b1d1da93547b94e1b806af4073108c56796c697f /keyboards/acheron/elongate/delta/rules.mk | |
parent | 51ee8965a73a851ca30a3998dd20257c54b0702f (diff) | |
parent | bd8e257f842e40f01041706a217be2cf85ae7f92 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/acheron/elongate/delta/rules.mk')
-rwxr-xr-x | keyboards/acheron/elongate/delta/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/acheron/elongate/delta/rules.mk b/keyboards/acheron/elongate/delta/rules.mk new file mode 100755 index 0000000000..20a0bab85e --- /dev/null +++ b/keyboards/acheron/elongate/delta/rules.mk @@ -0,0 +1,20 @@ +# 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 = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # 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 |