diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-11 06:18:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-11 06:18:36 +0000 |
commit | 7d9829af4c25d5b6fd31bd505d7bdb46e58c5425 (patch) | |
tree | 71c6e7b4f51f95ed2717d91278a8f8beccaecb15 /keyboards/cannonkeys/onyx/rules.mk | |
parent | 0ff2d76f1086945c5e79ee9743516f912987316a (diff) | |
parent | b1419742a51cd597548dff0059a4ba3781e9b984 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/onyx/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/onyx/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/onyx/rules.mk b/keyboards/cannonkeys/onyx/rules.mk new file mode 100644 index 0000000000..50235c6e11 --- /dev/null +++ b/keyboards/cannonkeys/onyx/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = STM32F072 + +# 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +# Wildcard to allow APM32 MCU +DFU_SUFFIX_ARGS = -p FFFF -v FFFF + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |