diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2022-06-13 13:30:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 11:30:35 -0700 |
commit | e49fa43a7f4025f60ff61ff2fa5015a8fec7ddac (patch) | |
tree | cdb2f056a6c47063437c81e11bf6234fc4ea9eb9 /keyboards/checkerboards/snop60/rules.mk | |
parent | 5149728b23906728c1959afb784489d9807625d6 (diff) |
[Keyboard] add SNOP60 (#17131)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/checkerboards/snop60/rules.mk')
-rw-r--r-- | keyboards/checkerboards/snop60/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/checkerboards/snop60/rules.mk b/keyboards/checkerboards/snop60/rules.mk new file mode 100644 index 0000000000..bd813688ff --- /dev/null +++ b/keyboards/checkerboards/snop60/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 = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_DRIVER = pwm # Valid driver values are pwm, software, custom or no +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENBALE = yes # Enable Rotary Encoders |