From 65e7d0c01f4524db24b66a9dcb692f3557cf8c46 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:55:58 +0800 Subject: [Keyboard] move ymd96 to ymdk vendor folder (#15643) --- keyboards/ymd96/rules.mk | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 keyboards/ymd96/rules.mk (limited to 'keyboards/ymd96/rules.mk') diff --git a/keyboards/ymd96/rules.mk b/keyboards/ymd96/rules.mk deleted file mode 100644 index 8dab58389a..0000000000 --- a/keyboards/ymd96/rules.mk +++ /dev/null @@ -1,21 +0,0 @@ -# MCU name -MCU = atmega32a - -# Bootloader selection -BOOTLOADER = bootloadhid - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no -COMMAND_ENABLE = no - -BACKLIGHT_ENABLE = yes - -RGBLIGHT_ENABLE = yes -WS2812_DRIVER = i2c - -KEY_LOCK_ENABLE = yes -- cgit v1.2.3