diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2021-07-20 12:19:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 09:19:26 -0700 |
commit | 388a4ae8172e8dda6d3a5fffa1e4f520d8192c62 (patch) | |
tree | 711c4964cf7bc9bec63f5b67f59ae3828c73c9a6 /keyboards/cannonkeys/vicious40/rules.mk | |
parent | 3486870ee42a65055d8f60a2f371bd84aa924f4f (diff) | |
download | qmk_firmware-388a4ae8172e8dda6d3a5fffa1e4f520d8192c62.tar.gz qmk_firmware-388a4ae8172e8dda6d3a5fffa1e4f520d8192c62.zip |
[Keyboard] Add Vicious40 to QMK (#12981)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cannonkeys/vicious40/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/vicious40/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/vicious40/rules.mk b/keyboards/cannonkeys/vicious40/rules.mk new file mode 100644 index 0000000000..3f1153074a --- /dev/null +++ b/keyboards/cannonkeys/vicious40/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = STM32F072 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Wildcard to allow APM32 MCU +DFU_SUFFIX_ARGS = -p FFFF -v 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 = yes # 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 + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |