diff options
author | Elliot Powell <32494740+e11i0t23@users.noreply.github.com> | 2022-02-06 15:57:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 07:57:16 -0800 |
commit | 4fb6eb72531bf8026751d7db292eeae9466e7710 (patch) | |
tree | 707e2f3023ba57f0c9a1e69f7a523f82754abc3e /keyboards/keebsforall/freebirdnp/lite/rules.mk | |
parent | 4c9c7b9963ac0b7ee0c2285166678eac7f0b3c14 (diff) |
[Keyboard] Add Support for KeebsForAll Freebird Numpads (#16046)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebsforall/freebirdnp/lite/rules.mk')
-rw-r--r-- | keyboards/keebsforall/freebirdnp/lite/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/keebsforall/freebirdnp/lite/rules.mk b/keyboards/keebsforall/freebirdnp/lite/rules.mk new file mode 100644 index 0000000000..9f2621eeb3 --- /dev/null +++ b/keyboards/keebsforall/freebirdnp/lite/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u2 + +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = numpad_5x4 ortho_5x4 |