diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-10 05:08:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 21:08:20 +0000 |
commit | 9aed06ba4773b6d32bbdf32a3f30e7bceb7af73a (patch) | |
tree | edcb200133f73586b11a7ba84f70eeaafb7ba483 /keyboards/checkerboards/pursuit40/rules.mk | |
parent | c2c2f30f9f479f280b283919013a1b95b408a9b8 (diff) |
move @npspears 's boards into /checkerboards (#16100)
Diffstat (limited to 'keyboards/checkerboards/pursuit40/rules.mk')
-rw-r--r-- | keyboards/checkerboards/pursuit40/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/checkerboards/pursuit40/rules.mk b/keyboards/checkerboards/pursuit40/rules.mk new file mode 100644 index 0000000000..85eec9079f --- /dev/null +++ b/keyboards/checkerboards/pursuit40/rules.mk @@ -0,0 +1,18 @@ +# 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |