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/ymd75/rev3/rules.mk | |
parent | db608aae51a8f09c67e5a1206af36ba994d6ca64 (diff) |
[Keyboard] move ymd75 to ymdk vendor folder (#15645)
Diffstat (limited to 'keyboards/ymd75/rev3/rules.mk')
-rw-r--r-- | keyboards/ymd75/rev3/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/ymd75/rev3/rules.mk b/keyboards/ymd75/rev3/rules.mk deleted file mode 100644 index 258c4d3ff6..0000000000 --- a/keyboards/ymd75/rev3/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -KEY_LOCK_ENABLE = yes # Enable KC_LOCK support |