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/rev2/keymaps/default/rules.mk | |
parent | 585b134729a5a66015f379127e4ff8b06430498c (diff) |
[Keyboard] mechwild/bde cleanup and refactor (#18149)
Diffstat (limited to 'keyboards/mechwild/bde/rev2/keymaps/default/rules.mk')
-rw-r--r-- | keyboards/mechwild/bde/rev2/keymaps/default/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/mechwild/bde/rev2/keymaps/default/rules.mk b/keyboards/mechwild/bde/rev2/keymaps/default/rules.mk new file mode 100644 index 0000000000..d976f24919 --- /dev/null +++ b/keyboards/mechwild/bde/rev2/keymaps/default/rules.mk @@ -0,0 +1,13 @@ +# If you are using a custom Pro Micro-compatible dev board (Elite-C, Sea-Micro, etc) +# you may need to uncomment and modify this BOOTLOADER setting to use the correct +# bootloader. (e.g. Elite-Cs use "atmel-dfu", not "caterina".) +# +# See the QMK docs for more information: +# https://docs.qmk.fm/#/flashing +# https://docs.qmk.fm/#/driver_installation_zadig?id=list-of-known-bootloaders + +# BOOTLOADER = caterina + +# If you are not using an encoder, set these options to no. +ENCODER_ENABLE = yes +ENCODER_MAP_ENABLE = yes |