diff options
author | Less/Rikki <86894501+lesshonor@users.noreply.github.com> | 2022-08-28 13:16:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 10:16:20 -0700 |
commit | 4adb64a91b3c8bf665bd9f7357fb806d30ac09f5 (patch) | |
tree | 1ec9dfb080496d96c871de70b421446e42f67162 /keyboards/mechwild/bde/rules.mk | |
parent | 585b134729a5a66015f379127e4ff8b06430498c (diff) |
[Keyboard] mechwild/bde cleanup and refactor (#18149)
Diffstat (limited to 'keyboards/mechwild/bde/rules.mk')
-rw-r--r-- | keyboards/mechwild/bde/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/mechwild/bde/rules.mk b/keyboards/mechwild/bde/rules.mk index 2ae725a20b..138a291916 100644 --- a/keyboards/mechwild/bde/rules.mk +++ b/keyboards/mechwild/bde/rules.mk @@ -1,20 +1 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - DEFAULT_FOLDER = mechwild/bde/rev2 |