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 | |
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
-rw-r--r-- | keyboards/bmini/rules.mk | 6 | ||||
-rw-r--r-- | keyboards/canoe/rules.mk | 6 | ||||
-rw-r--r-- | keyboards/jc65/v32a/rules.mk | 4 | ||||
-rw-r--r-- | keyboards/pearl/rules.mk | 8 | ||||
-rw-r--r-- | keyboards/ps2avrGB/rules.mk | 6 | ||||
-rw-r--r-- | quantum/template/ps2avrgb/rules.mk | 4 |
6 files changed, 17 insertions, 17 deletions
diff --git a/keyboards/bmini/rules.mk b/keyboards/bmini/rules.mk index 73c361e2a..3d7bc0215 100644 --- a/keyboards/bmini/rules.mk +++ b/keyboards/bmini/rules.mk | |||
@@ -26,13 +26,13 @@ F_CPU = 12000000 | |||
26 | 26 | ||
27 | # Bootloader | 27 | # Bootloader |
28 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 28 | # This definition is optional, and if your keyboard supports multiple bootloaders of |
29 | # different sizes, comment this out, and the correct address will be loaded | 29 | # different sizes, comment this out, and the correct address will be loaded |
30 | # automatically (+60). See bootloader.mk for all options. | 30 | # automatically (+60). See bootloader.mk for all options. |
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 |
diff --git a/keyboards/canoe/rules.mk b/keyboards/canoe/rules.mk index 73c361e2a..3d7bc0215 100644 --- a/keyboards/canoe/rules.mk +++ b/keyboards/canoe/rules.mk | |||
@@ -26,13 +26,13 @@ F_CPU = 12000000 | |||
26 | 26 | ||
27 | # Bootloader | 27 | # Bootloader |
28 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 28 | # This definition is optional, and if your keyboard supports multiple bootloaders of |
29 | # different sizes, comment this out, and the correct address will be loaded | 29 | # different sizes, comment this out, and the correct address will be loaded |
30 | # automatically (+60). See bootloader.mk for all options. | 30 | # automatically (+60). See bootloader.mk for all options. |
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 |
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 |
diff --git a/keyboards/pearl/rules.mk b/keyboards/pearl/rules.mk index c5b61c6d3..fac85172e 100644 --- a/keyboards/pearl/rules.mk +++ b/keyboards/pearl/rules.mk | |||
@@ -26,13 +26,13 @@ F_CPU = 12000000 | |||
26 | 26 | ||
27 | # Bootloader | 27 | # Bootloader |
28 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 28 | # This definition is optional, and if your keyboard supports multiple bootloaders of |
29 | # different sizes, comment this out, and the correct address will be loaded | 29 | # different sizes, comment this out, and the correct address will be loaded |
30 | # automatically (+60). See bootloader.mk for all options. | 30 | # automatically (+60). See bootloader.mk for all options. |
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 |
@@ -47,4 +47,4 @@ CUSTOM_MATRIX = yes | |||
47 | SRC = matrix.c i2c.c | 47 | SRC = matrix.c i2c.c |
48 | 48 | ||
49 | # programming options | 49 | # programming options |
50 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex \ No newline at end of file | 50 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex |
diff --git a/keyboards/ps2avrGB/rules.mk b/keyboards/ps2avrGB/rules.mk index c7c12dcf1..1be9edc24 100644 --- a/keyboards/ps2avrGB/rules.mk +++ b/keyboards/ps2avrGB/rules.mk | |||
@@ -26,13 +26,13 @@ F_CPU = 12000000 | |||
26 | 26 | ||
27 | # Bootloader | 27 | # Bootloader |
28 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 28 | # This definition is optional, and if your keyboard supports multiple bootloaders of |
29 | # different sizes, comment this out, and the correct address will be loaded | 29 | # different sizes, comment this out, and the correct address will be loaded |
30 | # automatically (+60). See bootloader.mk for all options. | 30 | # automatically (+60). See bootloader.mk for all options. |
31 | BOOTLOADER = atmel-dfu | 31 | BOOTLOADER = atmel-dfu |
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 |
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk index 68d50aec6..85603f955 100644 --- a/quantum/template/ps2avrgb/rules.mk +++ b/quantum/template/ps2avrgb/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 |