diff options
author | QMK Bot <hello@qmk.fm> | 2021-11-05 18:49:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-11-05 18:49:23 +0000 |
commit | fb1f0c03905d98b4c561dd49ec6d0cef0bb9a6bd (patch) | |
tree | 58e388ae6c06b94d01a530829878058fa9b5c967 /keyboards/ziggurat/rules.mk | |
parent | ba3d786b1a640594f2e503ee47a2ec68c15e337f (diff) | |
parent | 058248e28c6433266945b821f8c23e44968abfb2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ziggurat/rules.mk')
-rw-r--r-- | keyboards/ziggurat/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/ziggurat/rules.mk b/keyboards/ziggurat/rules.mk new file mode 100644 index 0000000000..98db987b2b --- /dev/null +++ b/keyboards/ziggurat/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = at90usb1286 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +AUDIO_ENABLE = no # Audio output |