diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2022-04-13 07:24:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 07:24:56 -0700 |
commit | 84307744306e46d2699f9766be07f530af7c310e (patch) | |
tree | bb6c65eec80849c2ba76cd05551b814d09554223 /keyboards/kbdfans/tiger80/rules.mk | |
parent | ad981dea72af5a2e207ed276231470a4f675e54a (diff) |
[Keyboard] add tiger80 keyboard (#16742)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kbdfans/tiger80/rules.mk')
-rw-r--r-- | keyboards/kbdfans/tiger80/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/kbdfans/tiger80/rules.mk b/keyboards/kbdfans/tiger80/rules.mk new file mode 100644 index 0000000000..85eec9079f --- /dev/null +++ b/keyboards/kbdfans/tiger80/rules.mk @@ -0,0 +1,18 @@ +# 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 = 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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |