diff options
author | Drashna Jaelre <drashna@live.com> | 2018-11-27 16:54:43 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-11-27 16:54:43 -0800 |
commit | a495326aed8292138577387d9124a4b980904d37 (patch) | |
tree | 12ed37edd40f0124e711c9f056d409b696dd8085 /keyboards/bmini/rules.mk | |
parent | a152ad3145096bd54f75dc7747ca9c7a124155ea (diff) |
Turn off Mousekeys for several ps2avrGB keyboards (#4502)
* Turn off Mousekeys for jc65
* Turn off Mousekeys for ps2avrGB templates
* Disable mousekeys for bmini and canoe as well
Diffstat (limited to 'keyboards/bmini/rules.mk')
-rw-r--r-- | keyboards/bmini/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/bmini/rules.mk b/keyboards/bmini/rules.mk index 73c361e2a8..3d7bc0215d 100644 --- a/keyboards/bmini/rules.mk +++ b/keyboards/bmini/rules.mk @@ -26,13 +26,13 @@ F_CPU = 12000000 # Bootloader # This definition is optional, and if your keyboard supports multiple bootloaders of -# different sizes, comment this out, and the correct address will be loaded +# different sizes, comment this out, and the correct address will be loaded # automatically (+60). See bootloader.mk for all options. BOOTLOADER = bootloadHID # build options -BOOTMAGIC_ENABLE = yes -MOUSEKEY_ENABLE = yes +BOOTMAGIC_ENABLE = full +MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = yes COMMAND_ENABLE = yes |