diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-19 18:06:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 20:06:35 +1000 |
commit | cff489bfdb2752956292c1e9adf1b4223814c267 (patch) | |
tree | 63d822173219b5088185b10be8d62baca81ead3e /keyboards/mt64rgb/rules.mk | |
parent | e13aefe41d235af9e59efdefa46e2934e36eec7a (diff) | |
download | qmk_firmware-cff489bfdb2752956292c1e9adf1b4223814c267.tar.gz qmk_firmware-cff489bfdb2752956292c1e9adf1b4223814c267.zip |
move 麦田 boards into /mt (#16095)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/mt64rgb/rules.mk')
-rw-r--r-- | keyboards/mt64rgb/rules.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/mt64rgb/rules.mk b/keyboards/mt64rgb/rules.mk deleted file mode 100644 index 56724f822a..0000000000 --- a/keyboards/mt64rgb/rules.mk +++ /dev/null @@ -1,25 +0,0 @@ -# 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 = yes # Enable keyboard RGB underglow -RGB_MATRIX_ENABLE = yes # Use RGB matrix -RGB_MATRIX_DRIVER = IS31FL3733 - -AUDIO_ENABLE = no # Audio output - -LAYOUTS = 64_ansi - -LTO_ENABLE = yes |