diff options
author | Sleepdealer <35879391+Sleepdealr@users.noreply.github.com> | 2021-11-16 14:30:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 11:30:21 -0800 |
commit | f3897f55b5cc254b30aef73cd08a8d9ba42e6fc0 (patch) | |
tree | 567607edc97d5e501211028b4cabad8c44f4d408 /keyboards/ffkeebs/puca/rules.mk | |
parent | 053a970cba9a69747c69943611c43d24a327ab23 (diff) | |
download | qmk_firmware-f3897f55b5cc254b30aef73cd08a8d9ba42e6fc0.tar.gz qmk_firmware-f3897f55b5cc254b30aef73cd08a8d9ba42e6fc0.zip |
[Keyboard] Add FootFingers Puca (#14837)
Diffstat (limited to 'keyboards/ffkeebs/puca/rules.mk')
-rw-r--r-- | keyboards/ffkeebs/puca/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/ffkeebs/puca/rules.mk b/keyboards/ffkeebs/puca/rules.mk new file mode 100644 index 0000000000..b27ecc458b --- /dev/null +++ b/keyboards/ffkeebs/puca/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # 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 = yes # Enable keyboard RGB underglow + +ENCODER_ENABLE = yes #Rotary encoder + +OLED_ENABLE = yes #OLED +LTO_ENABLE = yes # Enable Link Time Optimization to reduce firmware size |