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/jc65 | |
parent | a152ad3145096bd54f75dc7747ca9c7a124155ea (diff) | |
download | qmk_firmware-a495326aed8292138577387d9124a4b980904d37.tar.gz qmk_firmware-a495326aed8292138577387d9124a4b980904d37.zip |
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/jc65')
-rw-r--r-- | keyboards/jc65/v32a/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jc65/v32a/rules.mk b/keyboards/jc65/v32a/rules.mk index 5c8e63283..fac85172e 100644 --- a/keyboards/jc65/v32a/rules.mk +++ b/keyboards/jc65/v32a/rules.mk | |||
@@ -31,8 +31,8 @@ F_CPU = 12000000 | |||
31 | BOOTLOADER = bootloadHID | 31 | BOOTLOADER = bootloadHID |
32 | 32 | ||
33 | # build options | 33 | # build options |
34 | BOOTMAGIC_ENABLE = yes | 34 | BOOTMAGIC_ENABLE = full |
35 | MOUSEKEY_ENABLE = yes | 35 | MOUSEKEY_ENABLE = no |
36 | EXTRAKEY_ENABLE = yes | 36 | EXTRAKEY_ENABLE = yes |
37 | CONSOLE_ENABLE = yes | 37 | CONSOLE_ENABLE = yes |
38 | COMMAND_ENABLE = yes | 38 | COMMAND_ENABLE = yes |