diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-06 15:57:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-06 15:57:08 +0000 |
commit | 1dce1f90d7eafdb74dbe0ad0334c693fda94c078 (patch) | |
tree | d54de689d7f9ad35aa4da9d9f1c3954b656f5400 /keyboards/evancookaudio/tenpad/rules.mk | |
parent | ff7274fe9aec7ea8c5fb1b9f860002afe5c526e4 (diff) | |
parent | 4c9c7b9963ac0b7ee0c2285166678eac7f0b3c14 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/evancookaudio/tenpad/rules.mk')
-rw-r--r-- | keyboards/evancookaudio/tenpad/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/evancookaudio/tenpad/rules.mk b/keyboards/evancookaudio/tenpad/rules.mk new file mode 100644 index 0000000000..6cf6d9358b --- /dev/null +++ b/keyboards/evancookaudio/tenpad/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |