diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-04 18:59:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-04 18:59:12 +0000 |
commit | cd128bbadbb391765945985925fac9b6b6f20448 (patch) | |
tree | 0b2235fae964223825494012154a8d10bd2aa7f9 /keyboards/handwired/evk/v1_3/rules.mk | |
parent | 6daa204363dfaa7f31d935a9913d6b35ec22e971 (diff) | |
parent | d1e10a067b6e0a976979daec25f3c61486f6b64f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/evk/v1_3/rules.mk')
-rw-r--r-- | keyboards/handwired/evk/v1_3/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/handwired/evk/v1_3/rules.mk b/keyboards/handwired/evk/v1_3/rules.mk new file mode 100644 index 0000000000..02a74ee912 --- /dev/null +++ b/keyboards/handwired/evk/v1_3/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = halfkay + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = no # 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 |