diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-12 06:41:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 22:41:10 +0000 |
commit | 8957e928a2231b97b815accdd73e9362501b01f0 (patch) | |
tree | ded9c1a157f81ee3400d661317e2a428a1836787 /keyboards/mechmini/v1/rules.mk | |
parent | bd35fa7de1323d572d530cfa4dbe9cf68cf1480b (diff) | |
download | qmk_firmware-8957e928a2231b97b815accdd73e9362501b01f0.tar.gz qmk_firmware-8957e928a2231b97b815accdd73e9362501b01f0.zip |
move mechkeys keyboards into the mechkeys/ vendor folder (#15760)
* move mechkeys keyboards to mechkeys/
* fix compilation
* fix default folder
Diffstat (limited to 'keyboards/mechmini/v1/rules.mk')
-rw-r--r-- | keyboards/mechmini/v1/rules.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/mechmini/v1/rules.mk b/keyboards/mechmini/v1/rules.mk deleted file mode 100644 index a7d4a67a16..0000000000 --- a/keyboards/mechmini/v1/rules.mk +++ /dev/null @@ -1,17 +0,0 @@ -# MCU name -MCU = atmega32a - -# Bootloader selection -BOOTLOADER = bootloadhid - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no -COMMAND_ENABLE = yes -BACKLIGHT_ENABLE = yes -RGBLIGHT_ENABLE = yes -WS2812_DRIVER = i2c |