diff options
author | Caleb Lightfoot <61706196+Tsquash@users.noreply.github.com> | 2021-09-21 23:24:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 21:24:44 -0700 |
commit | c8a3353003bbe706258adc0a4a859b5c2c987cd3 (patch) | |
tree | e38a0484ded9999e4892e8b200f61cad542c102a /keyboards/free_willy/rules.mk | |
parent | 02556b3d8adcca4301ba88762e30244accbc0327 (diff) |
[Keyboard] Add Free Willy Keyboard (#14394)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/free_willy/rules.mk')
-rw-r--r-- | keyboards/free_willy/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/free_willy/rules.mk b/keyboards/free_willy/rules.mk new file mode 100644 index 0000000000..45b153a573 --- /dev/null +++ b/keyboards/free_willy/rules.mk @@ -0,0 +1,21 @@ +# 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 = 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 |