diff options
author | durken1 <71756879+durken1@users.noreply.github.com> | 2022-06-11 20:24:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 11:24:58 -0700 |
commit | a50b09cba53010c378da06510dfd4cf4798acb7b (patch) | |
tree | 58fe88625ff93b2ef01dda07084b07928f733376 /keyboards/pierce/rules.mk | |
parent | 51cfb1b45780c8ee42d993814aeef1f45477d58d (diff) | |
download | qmk_firmware-a50b09cba53010c378da06510dfd4cf4798acb7b.tar.gz qmk_firmware-a50b09cba53010c378da06510dfd4cf4798acb7b.zip |
[Keyboard] add pierce (#17000)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Dan Abrahamsson <dan.abrahamsson@imsystech.com>
Diffstat (limited to 'keyboards/pierce/rules.mk')
-rw-r--r-- | keyboards/pierce/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/pierce/rules.mk b/keyboards/pierce/rules.mk new file mode 100644 index 0000000000..47546919a8 --- /dev/null +++ b/keyboards/pierce/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +CUSTOM_MATRIX = lite +SRC += matrix.c +QUANTUM_LIB_SRC += i2c_slave.c + +LAYOUTS = split_3x5_3 |