diff options
author | Jordan Duabe <jordan.duabe@gmail.com> | 2022-12-08 05:02:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 13:02:05 -0800 |
commit | bb3d694875e4b02d0befee60853d3f5997acabb8 (patch) | |
tree | 83323f3afff8e54080c0813fd11ac696c4c17507 /keyboards/mt/ncr80/hotswap/rules.mk | |
parent | 405aa7b2ed598abc6e83d98df7bd35374159659c (diff) |
[Keyboard] Add NCR-80 (#19130)
Diffstat (limited to 'keyboards/mt/ncr80/hotswap/rules.mk')
-rw-r--r-- | keyboards/mt/ncr80/hotswap/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/mt/ncr80/hotswap/rules.mk b/keyboards/mt/ncr80/hotswap/rules.mk new file mode 100644 index 0000000000..2501d49e2d --- /dev/null +++ b/keyboards/mt/ncr80/hotswap/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 = no # 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 |