diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-25 16:50:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-25 16:50:23 +0000 |
commit | ab82ca1789e6fc6816eae3fff6162b9a0b857aee (patch) | |
tree | 88d1ee411e4d75ddd3081fb5ad3e4aa055bef753 /keyboards/dyz/dyz_tkl/rules.mk | |
parent | ea451cbe8e95eb601972fb3a7b0a7e618062658a (diff) | |
parent | aee0b0097b1a868fe63fe3be66c6c2947fcb3067 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/dyz/dyz_tkl/rules.mk')
-rw-r--r-- | keyboards/dyz/dyz_tkl/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/dyz/dyz_tkl/rules.mk b/keyboards/dyz/dyz_tkl/rules.mk new file mode 100644 index 0000000000..b1a2bc4551 --- /dev/null +++ b/keyboards/dyz/dyz_tkl/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = no |