From c08ed73216428d3b810fb6dd05f0db29bd839738 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:55:37 +0800 Subject: [Keyboard] move ymd75 to ymdk vendor folder (#15645) --- keyboards/ymd75/rev2/rules.mk | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 keyboards/ymd75/rev2/rules.mk (limited to 'keyboards/ymd75/rev2/rules.mk') diff --git a/keyboards/ymd75/rev2/rules.mk b/keyboards/ymd75/rev2/rules.mk deleted file mode 100644 index 816b0060c9..0000000000 --- a/keyboards/ymd75/rev2/rules.mk +++ /dev/null @@ -1,20 +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 = no -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no -COMMAND_ENABLE = yes -BACKLIGHT_ENABLE = yes -RGBLIGHT_ENABLE = yes -WS2812_DRIVER = i2c -NKRO_ENABLE = no # Enable N-Key Rollover - -KEY_LOCK_ENABLE = yes -- cgit v1.2.3