diff options
author | KnoblesseOblige <63174954+KnoblesseOblige@users.noreply.github.com> | 2020-11-01 13:13:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-01 11:13:34 -0800 |
commit | 86ac56cd7f4ade5de9d56c7e886c4d6ec531f4de (patch) | |
tree | d2f6535ceec5cf56f44d7ab6746646fc102eed52 /keyboards/keebsforall/freebird60/rules.mk | |
parent | c1e69bcef060d1e6152dda7866d00912e99fab26 (diff) | |
download | qmk_firmware-86ac56cd7f4ade5de9d56c7e886c4d6ec531f4de.tar.gz qmk_firmware-86ac56cd7f4ade5de9d56c7e886c4d6ec531f4de.zip |
[Keyboard] Add keebsforall/freebird60 (#10774)
* Added ad/freebird60.
* Moved freebird60 keyboard. Added VIA keymap.
* Updated `keebsforall/freebird60` README to include image.
* Update keyboards/keebsforall/freebird60/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/keebsforall/freebird60/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebsforall/freebird60/rules.mk')
-rw-r--r-- | keyboards/keebsforall/freebird60/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/keebsforall/freebird60/rules.mk b/keyboards/keebsforall/freebird60/rules.mk new file mode 100644 index 0000000000..5c0d8f307c --- /dev/null +++ b/keyboards/keebsforall/freebird60/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |