diff options
author | Maarten Dekkers <maartenwut@gmail.com> | 2020-08-08 19:49:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 10:49:21 -0700 |
commit | a536e1bd8f29f82eb5cd4a7db6a4874bd469a076 (patch) | |
tree | 499605e31dc94ac9f5269481cf0cf6ad70f54ce9 /keyboards/maartenwut/quackfire/rules.mk | |
parent | 78fef0a46aa29e3fd97ba1723f652c5cd79ad2b3 (diff) |
[Keyboard] Add Quackfire controller (#9958)
* Add Quackfire controller
* Comply with PR checklist
* Update VIA keymap
* Update keyboards/maartenwut/quackfire/readme.md
Diffstat (limited to 'keyboards/maartenwut/quackfire/rules.mk')
-rw-r--r-- | keyboards/maartenwut/quackfire/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/maartenwut/quackfire/rules.mk b/keyboards/maartenwut/quackfire/rules.mk new file mode 100644 index 0000000000..f29136f744 --- /dev/null +++ b/keyboards/maartenwut/quackfire/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = tkl_ansi tkl_iso |