diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-25 14:42:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-25 14:42:41 +0000 |
commit | c6aa9c4ad7b6192f88de440267aa57e86e6ee2b5 (patch) | |
tree | c89c0bc5dd6242cc35debb66bea3cc78c42d8cf8 /keyboards/lizard_trick/tenkey_plusplus/rules.mk | |
parent | f83eefba376ae94a0310130b3d7493c056d175a4 (diff) | |
parent | b7f640ca764b25e09bd0e60841bfd492bede036f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lizard_trick/tenkey_plusplus/rules.mk')
-rw-r--r-- | keyboards/lizard_trick/tenkey_plusplus/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/lizard_trick/tenkey_plusplus/rules.mk b/keyboards/lizard_trick/tenkey_plusplus/rules.mk new file mode 100644 index 0000000000..fb12719ce8 --- /dev/null +++ b/keyboards/lizard_trick/tenkey_plusplus/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# 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 = 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 = 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 +ENCODER_ENABLE = yes |