diff options
| author | peepeetee | 2022-01-11 01:42:13 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-11 01:42:13 +0100 |
| commit | b1942d1d0c8fff71aa495f06768f570907af7ce8 (patch) | |
| tree | 387c62484a179a1d9469c5e997fe0f26f3c6e73b /keyboards/capsunlocked/cu80/v1/rules.mk | |
| parent | 93bacff1a60f2c05ee125d732fea3e677bb62567 (diff) | |
[Keyboard] move cu24, cu75, cu80/v1 into capsunlocked folder (#15758)
Diffstat (limited to 'keyboards/capsunlocked/cu80/v1/rules.mk')
| -rw-r--r-- | keyboards/capsunlocked/cu80/v1/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/capsunlocked/cu80/v1/rules.mk b/keyboards/capsunlocked/cu80/v1/rules.mk new file mode 100644 index 0000000000..6bfd2008a8 --- /dev/null +++ b/keyboards/capsunlocked/cu80/v1/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 = 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = tkl_iso tkl_ansi |