summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk/ymd96/rules.mk
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-01-11 08:55:58 +0800
committerGitHub <noreply@github.com>2022-01-10 16:55:58 -0800
commit65e7d0c01f4524db24b66a9dcb692f3557cf8c46 (patch)
treefb553a1a3f36418643779f577941d04f78cac721 /keyboards/ymdk/ymd96/rules.mk
parentc08ed73216428d3b810fb6dd05f0db29bd839738 (diff)
[Keyboard] move ymd96 to ymdk vendor folder (#15643)
Diffstat (limited to 'keyboards/ymdk/ymd96/rules.mk')
-rw-r--r--keyboards/ymdk/ymd96/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd96/rules.mk b/keyboards/ymdk/ymd96/rules.mk
new file mode 100644
index 0000000000..8dab58389a
--- /dev/null
+++ b/keyboards/ymdk/ymd96/rules.mk
@@ -0,0 +1,21 @@
+# 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