diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-11 08:55:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 16:55:37 -0800 |
commit | c08ed73216428d3b810fb6dd05f0db29bd839738 (patch) | |
tree | 9c4cec89bf10175ab4bc783bef14784cf610cb3c /keyboards/ymdk/ymd75/rev2/rules.mk | |
parent | db608aae51a8f09c67e5a1206af36ba994d6ca64 (diff) |
[Keyboard] move ymd75 to ymdk vendor folder (#15645)
Diffstat (limited to 'keyboards/ymdk/ymd75/rev2/rules.mk')
-rw-r--r-- | keyboards/ymdk/ymd75/rev2/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd75/rev2/rules.mk b/keyboards/ymdk/ymd75/rev2/rules.mk new file mode 100644 index 0000000000..816b0060c9 --- /dev/null +++ b/keyboards/ymdk/ymd75/rev2/rules.mk @@ -0,0 +1,20 @@ +# 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 |