diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-13 18:47:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-13 18:47:00 +0000 |
commit | 72bd6538957b9c969fa0b8f40405609203aef6d2 (patch) | |
tree | 811db99850a8a6b94c7b17f18c71082cb7f6120d /keyboards/cest73/tkm/rules.mk | |
parent | 924a0b30c32bdb5bcbfc3695000498fc58c8e3f5 (diff) | |
parent | d52e9321e9c6d64732f716561f3250d99a28ba82 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cest73/tkm/rules.mk')
-rw-r--r-- | keyboards/cest73/tkm/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/cest73/tkm/rules.mk b/keyboards/cest73/tkm/rules.mk new file mode 100644 index 0000000000..43420532f5 --- /dev/null +++ b/keyboards/cest73/tkm/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = halfkay + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration +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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |