diff options
author | xiao <307671+xia0@users.noreply.github.com> | 2022-02-21 19:40:11 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 00:40:11 -0800 |
commit | 18490537a5a2c050ecfa1ee2209229eba6b8b342 (patch) | |
tree | 89777cc3cba6d5f9a3d3a77bce6c30408f4dca0d /keyboards/handwired/snatchpad/rules.mk | |
parent | 2d1f2810a41b8a93c21035b14afacb717ef7c822 (diff) | |
download | qmk_firmware-18490537a5a2c050ecfa1ee2209229eba6b8b342.tar.gz qmk_firmware-18490537a5a2c050ecfa1ee2209229eba6b8b342.zip |
[Keyboard] Add Snatchpad keyboard (#16330)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: xia0 <xiao@morgan.net.au>
Diffstat (limited to 'keyboards/handwired/snatchpad/rules.mk')
-rw-r--r-- | keyboards/handwired/snatchpad/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/handwired/snatchpad/rules.mk b/keyboards/handwired/snatchpad/rules.mk new file mode 100644 index 0000000000..7c73773c0d --- /dev/null +++ b/keyboards/handwired/snatchpad/rules.mk @@ -0,0 +1,20 @@ +# 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 +KEY_LOCK_ENABLE = yes +ENCODER_ENABLE = yes |