diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-12 02:01:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 10:01:33 -0800 |
commit | f0c14507a521dbb7c6418ef5209b96057fffcdf7 (patch) | |
tree | 06f42947be2141b9dcd003f9567019dcd1a6e1c3 /keyboards/nacly/ua62/rules.mk | |
parent | 80e321f6ab176233f41ef556acc089ca1598df72 (diff) | |
download | qmk_firmware-f0c14507a521dbb7c6418ef5209b96057fffcdf7.tar.gz qmk_firmware-f0c14507a521dbb7c6418ef5209b96057fffcdf7.zip |
[Keyboard] move @nacly 's boards to nacly/ (#15801)
Diffstat (limited to 'keyboards/nacly/ua62/rules.mk')
-rw-r--r-- | keyboards/nacly/ua62/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/nacly/ua62/rules.mk b/keyboards/nacly/ua62/rules.mk new file mode 100644 index 0000000000..33d28b3a89 --- /dev/null +++ b/keyboards/nacly/ua62/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = yes # Console for debug +COMMAND_ENABLE = yes # 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 |