diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 03:46:37 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 03:46:37 +0000 |
commit | d5907a674ff7c5cd9827546d57e44cb430d5a7c5 (patch) | |
tree | 44a2b99520ba444958b4bdc3c2288ccaeeeac8d8 /keyboards/cannonkeys/aella/rules.mk | |
parent | 1414e9736d441f4cefbdd2f88157419066f96f71 (diff) | |
parent | f439bfd543900498ae3e00df17d5f30ee29a4d70 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/aella/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/aella/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/aella/rules.mk b/keyboards/cannonkeys/aella/rules.mk new file mode 100644 index 0000000000..7b91307449 --- /dev/null +++ b/keyboards/cannonkeys/aella/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = STM32F072 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Wildcard to allow APM32 MCU +DFU_SUFFIX_ARGS = -v FFFF -p FFFF + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |