diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 03:46:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:46:08 -0800 |
commit | 6cb0e8924ba258e112174b1dac36c88d16fbc560 (patch) | |
tree | 114ca9156840ca462aea3642c56ed0267dfbaa7b /keyboards/dozen0/rules.mk | |
parent | 2427678f7d4f04df10392e07d6c42578775ec15f (diff) |
[Keyboard] move @yynmt 's boards into /yynmt (#16075)
Diffstat (limited to 'keyboards/dozen0/rules.mk')
-rw-r--r-- | keyboards/dozen0/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/dozen0/rules.mk b/keyboards/dozen0/rules.mk deleted file mode 100644 index 7d2cea91df..0000000000 --- a/keyboards/dozen0/rules.mk +++ /dev/null @@ -1,18 +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 = 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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |