diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 03:52:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:52:01 -0800 |
commit | 84b7fc364d8c3a18a109d84837f1399f6f2f8143 (patch) | |
tree | 13a91489e5627a3f0cb2afd38355cd284e24f345 /keyboards/choco60/rev1/rules.mk | |
parent | ae705e3e55ec38767a3e80da645983154a73cbfc (diff) |
[Keyboard] move @takai 's keyboards into /recompile_keys (#16053)
Diffstat (limited to 'keyboards/choco60/rev1/rules.mk')
-rw-r--r-- | keyboards/choco60/rev1/rules.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/choco60/rev1/rules.mk b/keyboards/choco60/rev1/rules.mk deleted file mode 100644 index ff16426c32..0000000000 --- a/keyboards/choco60/rev1/rules.mk +++ /dev/null @@ -1,20 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # 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 - -SPLIT_KEYBOARD = yes # Enable split keyboard |