diff options
author | Ryan <fauxpark@gmail.com> | 2021-12-13 13:05:37 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 18:05:37 -0800 |
commit | f718a10889e6adf33f3fc2f41b61cad7fe9e0c2e (patch) | |
tree | ddc2d20fd6e386dfc9bb042d3c509d368635b3f0 | |
parent | ae34dde677297db052316acd5088cf716848421d (diff) | |
download | qmk_firmware-f718a10889e6adf33f3fc2f41b61cad7fe9e0c2e.tar.gz qmk_firmware-f718a10889e6adf33f3fc2f41b61cad7fe9e0c2e.zip |
Fix up build options comments (#15463)
265 files changed, 397 insertions, 245 deletions
diff --git a/keyboards/1upkeyboards/1up60rgb/rules.mk b/keyboards/1upkeyboards/1up60rgb/rules.mk index 2249753c1..69953e30b 100644 --- a/keyboards/1upkeyboards/1up60rgb/rules.mk +++ b/keyboards/1upkeyboards/1up60rgb/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk b/keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk index 8773a03f9..4abd80f20 100644 --- a/keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk +++ b/keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk | |||
@@ -1,6 +1,3 @@ | |||
1 | # Build Options | ||
2 | # comment out to disable the options. | ||
3 | # | ||
4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
5 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
6 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/2key2crawl/rules.mk b/keyboards/2key2crawl/rules.mk index 4404debff..182637c7b 100644 --- a/keyboards/2key2crawl/rules.mk +++ b/keyboards/2key2crawl/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/40percentclub/gherkin/rules.mk b/keyboards/40percentclub/gherkin/rules.mk index 268cf6657..46deafe51 100644 --- a/keyboards/40percentclub/gherkin/rules.mk +++ b/keyboards/40percentclub/gherkin/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/40percentclub/luddite/rules.mk b/keyboards/40percentclub/luddite/rules.mk index a3e45b580..82b22fd8c 100644 --- a/keyboards/40percentclub/luddite/rules.mk +++ b/keyboards/40percentclub/luddite/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/40percentclub/tomato/rules.mk b/keyboards/40percentclub/tomato/rules.mk index 25f6dc125..96f92d8d2 100644 --- a/keyboards/40percentclub/tomato/rules.mk +++ b/keyboards/40percentclub/tomato/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/4pplet/eagle_viper_rep/rev_a/rules.mk b/keyboards/4pplet/eagle_viper_rep/rev_a/rules.mk index dfef68a16..35f765bc8 100644 --- a/keyboards/4pplet/eagle_viper_rep/rev_a/rules.mk +++ b/keyboards/4pplet/eagle_viper_rep/rev_a/rules.mk | |||
@@ -1,8 +1,11 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = STM32F072 | 2 | MCU = STM32F072 |
3 | 3 | ||
4 | # Bootloader selection | ||
5 | BOOTLOADER = stm32-dfu | ||
6 | |||
4 | # Build Options | 7 | # Build Options |
5 | # comment out to disable the options. | 8 | # change yes to no to disable |
6 | # | 9 | # |
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/7c8/framework/rules.mk b/keyboards/7c8/framework/rules.mk index 0d48ce19f..797b8072c 100644 --- a/keyboards/7c8/framework/rules.mk +++ b/keyboards/7c8/framework/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega328p | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = usbasploader | 5 | BOOTLOADER = usbasploader |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
9 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/8pack/rules.mk b/keyboards/8pack/rules.mk index d3fb26029..1d6276527 100644 --- a/keyboards/8pack/rules.mk +++ b/keyboards/8pack/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/acr60/rules.mk b/keyboards/acr60/rules.mk index 768f0d332..9ccce6abf 100644 --- a/keyboards/acr60/rules.mk +++ b/keyboards/acr60/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/aeboards/ext65/rev2/rules.mk b/keyboards/aeboards/ext65/rev2/rules.mk index 7089fde65..b2f713989 100644 --- a/keyboards/aeboards/ext65/rev2/rules.mk +++ b/keyboards/aeboards/ext65/rev2/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/akegata_denki/device_one/rules.mk b/keyboards/akegata_denki/device_one/rules.mk index d44857aff..e049b0625 100644 --- a/keyboards/akegata_denki/device_one/rules.mk +++ b/keyboards/akegata_denki/device_one/rules.mk | |||
@@ -6,7 +6,7 @@ BOARD = ST_NUCLEO32_F042K6 | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BACKLIGHT_ENABLE = no | 11 | BACKLIGHT_ENABLE = no |
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
diff --git a/keyboards/alpha/rules.mk b/keyboards/alpha/rules.mk index cb6072963..e1a53a152 100755 --- a/keyboards/alpha/rules.mk +++ b/keyboards/alpha/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/alps64/rules.mk b/keyboards/alps64/rules.mk index e5b3ef239..347d50f26 100644 --- a/keyboards/alps64/rules.mk +++ b/keyboards/alps64/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to no to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/amjpad/rules.mk b/keyboards/amjpad/rules.mk index 7c63b8bdd..c56fff39b 100644 --- a/keyboards/amjpad/rules.mk +++ b/keyboards/amjpad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/arabica37/rev1/rules.mk b/keyboards/arabica37/rev1/rules.mk index 1409d6c25..7997604e2 100644 --- a/keyboards/arabica37/rev1/rules.mk +++ b/keyboards/arabica37/rev1/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = caterina | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
11 | EXTRAKEY_ENABLE = no # Audio control and System control | 12 | EXTRAKEY_ENABLE = no # Audio control and System control |
diff --git a/keyboards/at101_bh/rules.mk b/keyboards/at101_bh/rules.mk index 3899ed1e5..16dc2697b 100644 --- a/keyboards/at101_bh/rules.mk +++ b/keyboards/at101_bh/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/at_at/660m/rules.mk b/keyboards/at_at/660m/rules.mk index 2567c1ccf..46b3df66b 100644 --- a/keyboards/at_at/660m/rules.mk +++ b/keyboards/at_at/660m/rules.mk | |||
@@ -6,9 +6,8 @@ BOARD = GENERIC_STM32_F072XB | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 13 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/bantam44/rules.mk b/keyboards/bantam44/rules.mk index 055079fde..eee48d6ef 100644 --- a/keyboards/bantam44/rules.mk +++ b/keyboards/bantam44/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/bear_face/rules.mk b/keyboards/bear_face/rules.mk index 5a95bd8ed..f198cf7cc 100644 --- a/keyboards/bear_face/rules.mk +++ b/keyboards/bear_face/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = atmel-dfu | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/bfake/rules.mk b/keyboards/bfake/rules.mk index 5b7061725..eb4db8cd6 100644 --- a/keyboards/bfake/rules.mk +++ b/keyboards/bfake/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/bioi/g60ble/rules.mk b/keyboards/bioi/g60ble/rules.mk index 6a1a4902f..f610ca3b3 100644 --- a/keyboards/bioi/g60ble/rules.mk +++ b/keyboards/bioi/g60ble/rules.mk | |||
@@ -8,7 +8,7 @@ F_CPU = 8000000 | |||
8 | BOOTLOADER = qmk-dfu | 8 | BOOTLOADER = qmk-dfu |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/blackplum/rules.mk b/keyboards/blackplum/rules.mk index ef29868fa..119591faa 100644 --- a/keyboards/blackplum/rules.mk +++ b/keyboards/blackplum/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/blank_tehnologii/manibus/rules.mk b/keyboards/blank_tehnologii/manibus/rules.mk index 4d13eeee8..3ad1939d7 100644 --- a/keyboards/blank_tehnologii/manibus/rules.mk +++ b/keyboards/blank_tehnologii/manibus/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = atmel-dfu | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/boston_meetup/2019/rules.mk b/keyboards/boston_meetup/2019/rules.mk index 4d7f5756a..69919a16c 100644 --- a/keyboards/boston_meetup/2019/rules.mk +++ b/keyboards/boston_meetup/2019/rules.mk | |||
@@ -6,7 +6,7 @@ BOARD = QMK_PROTON_C | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/butterstick/rules.mk b/keyboards/butterstick/rules.mk index cb969e856..4229aa7ee 100644 --- a/keyboards/butterstick/rules.mk +++ b/keyboards/butterstick/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | MOUSEKEY_ENABLE = yes # Mouse keys | 10 | MOUSEKEY_ENABLE = yes # Mouse keys |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control | 11 | EXTRAKEY_ENABLE = yes # Audio control and System control |
9 | CONSOLE_ENABLE = yes # Console for debug | 12 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/cannonkeys/an_c/rules.mk b/keyboards/cannonkeys/an_c/rules.mk index 54ecf9540..e03a83f44 100644 --- a/keyboards/cannonkeys/an_c/rules.mk +++ b/keyboards/cannonkeys/an_c/rules.mk | |||
@@ -8,10 +8,8 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | |||
14 | |||
15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
16 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
17 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/atlas/rules.mk b/keyboards/cannonkeys/atlas/rules.mk index 65b25944d..b14bde0fb 100644 --- a/keyboards/cannonkeys/atlas/rules.mk +++ b/keyboards/cannonkeys/atlas/rules.mk | |||
@@ -5,7 +5,8 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/chimera65/rules.mk b/keyboards/cannonkeys/chimera65/rules.mk index 739a7ebf7..c2cb86cc7 100644 --- a/keyboards/cannonkeys/chimera65/rules.mk +++ b/keyboards/cannonkeys/chimera65/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | |||
11 | |||
12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/db60/rules.mk b/keyboards/cannonkeys/db60/rules.mk index aa4fc085c..91a8974c0 100644 --- a/keyboards/cannonkeys/db60/rules.mk +++ b/keyboards/cannonkeys/db60/rules.mk | |||
@@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/cannonkeys/devastatingtkl/rules.mk b/keyboards/cannonkeys/devastatingtkl/rules.mk index 964cfcc65..440b77bd2 100644 --- a/keyboards/cannonkeys/devastatingtkl/rules.mk +++ b/keyboards/cannonkeys/devastatingtkl/rules.mk | |||
@@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/cannonkeys/instant60/rules.mk b/keyboards/cannonkeys/instant60/rules.mk index 9683b8aab..e03a83f44 100644 --- a/keyboards/cannonkeys/instant60/rules.mk +++ b/keyboards/cannonkeys/instant60/rules.mk | |||
@@ -8,9 +8,8 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | |||
14 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
15 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
16 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/iron165/rules.mk b/keyboards/cannonkeys/iron165/rules.mk index 4e078f520..c2cb86cc7 100644 --- a/keyboards/cannonkeys/iron165/rules.mk +++ b/keyboards/cannonkeys/iron165/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/cannonkeys/ortho48/rules.mk b/keyboards/cannonkeys/ortho48/rules.mk index b5b596c5a..46b5bf7c4 100644 --- a/keyboards/cannonkeys/ortho48/rules.mk +++ b/keyboards/cannonkeys/ortho48/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = STM32F103 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = stm32duino | 5 | BOOTLOADER = stm32duino |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/ortho60/rules.mk b/keyboards/cannonkeys/ortho60/rules.mk index 8707cef6b..ee4390309 100644 --- a/keyboards/cannonkeys/ortho60/rules.mk +++ b/keyboards/cannonkeys/ortho60/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = STM32F103 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = stm32duino | 5 | BOOTLOADER = stm32duino |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/ortho75/rules.mk b/keyboards/cannonkeys/ortho75/rules.mk index a8d07a222..60b1a6919 100644 --- a/keyboards/cannonkeys/ortho75/rules.mk +++ b/keyboards/cannonkeys/ortho75/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = STM32F103 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = stm32duino | 5 | BOOTLOADER = stm32duino |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/practice60/rules.mk b/keyboards/cannonkeys/practice60/rules.mk index 6c1256a55..423c4d15b 100644 --- a/keyboards/cannonkeys/practice60/rules.mk +++ b/keyboards/cannonkeys/practice60/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = STM32F103 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = stm32duino | 5 | BOOTLOADER = stm32duino |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/practice65/rules.mk b/keyboards/cannonkeys/practice65/rules.mk index c1216e48a..a644ef637 100644 --- a/keyboards/cannonkeys/practice65/rules.mk +++ b/keyboards/cannonkeys/practice65/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = STM32F103 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = stm32duino | 5 | BOOTLOADER = stm32duino |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/rekt1800/rules.mk b/keyboards/cannonkeys/rekt1800/rules.mk index f566e88a3..b983f36c8 100644 --- a/keyboards/cannonkeys/rekt1800/rules.mk +++ b/keyboards/cannonkeys/rekt1800/rules.mk | |||
@@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/cannonkeys/satisfaction75/rules.mk b/keyboards/cannonkeys/satisfaction75/rules.mk index 289ba4103..4cf5e4b15 100644 --- a/keyboards/cannonkeys/satisfaction75/rules.mk +++ b/keyboards/cannonkeys/satisfaction75/rules.mk | |||
@@ -8,14 +8,13 @@ BOOTLOADER = stm32-dfu | |||
8 | # Wildcard to allow APM32 MCU | 8 | # Wildcard to allow APM32 MCU |
9 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 9 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
10 | 10 | ||
11 | # Build Options | ||
12 | # comment out to disable the options. | ||
13 | # | ||
14 | |||
15 | SRC += led.c \ | 11 | SRC += led.c \ |
16 | satisfaction_encoder.c \ | 12 | satisfaction_encoder.c \ |
17 | satisfaction_oled.c | 13 | satisfaction_oled.c |
18 | 14 | ||
15 | # Build Options | ||
16 | # change yes to no to disable | ||
17 | # | ||
19 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 18 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
20 | MOUSEKEY_ENABLE = yes # Mouse keys | 19 | MOUSEKEY_ENABLE = yes # Mouse keys |
21 | EXTRAKEY_ENABLE = yes # Audio control and System control | 20 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/savage65/rules.mk b/keyboards/cannonkeys/savage65/rules.mk index 7d6db5a03..4e43a2f56 100644 --- a/keyboards/cannonkeys/savage65/rules.mk +++ b/keyboards/cannonkeys/savage65/rules.mk | |||
@@ -8,10 +8,8 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | |||
14 | |||
15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
16 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
17 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cannonkeys/tmov2/rules.mk b/keyboards/cannonkeys/tmov2/rules.mk index 7b54d9fcc..440b77bd2 100644 --- a/keyboards/cannonkeys/tmov2/rules.mk +++ b/keyboards/cannonkeys/tmov2/rules.mk | |||
@@ -8,10 +8,8 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | |||
14 | |||
15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
16 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
17 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/catch22/rules.mk b/keyboards/catch22/rules.mk index 174ddec3b..b5f690c80 100644 --- a/keyboards/catch22/rules.mk +++ b/keyboards/catch22/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/centromere/rules.mk b/keyboards/centromere/rules.mk index d1fd670b6..ed777e1b9 100644 --- a/keyboards/centromere/rules.mk +++ b/keyboards/centromere/rules.mk | |||
@@ -8,7 +8,7 @@ F_CPU = 8000000 | |||
8 | BOOTLOADER = caterina | 8 | BOOTLOADER = caterina |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
14 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/chavdai40/rev1/rules.mk b/keyboards/chavdai40/rev1/rules.mk index 343c3e8b3..f1995764b 100644 --- a/keyboards/chavdai40/rev1/rules.mk +++ b/keyboards/chavdai40/rev1/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = stm32-dfu | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/chavdai40/rev2/rules.mk b/keyboards/chavdai40/rev2/rules.mk index 343c3e8b3..f1995764b 100644 --- a/keyboards/chavdai40/rev2/rules.mk +++ b/keyboards/chavdai40/rev2/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = stm32-dfu | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/chimera_ergo/rules.mk b/keyboards/chimera_ergo/rules.mk index 689d3e02c..a8bd3a027 100644 --- a/keyboards/chimera_ergo/rules.mk +++ b/keyboards/chimera_ergo/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/chimera_ls/rules.mk b/keyboards/chimera_ls/rules.mk index 3aebf62fa..377c37991 100644 --- a/keyboards/chimera_ls/rules.mk +++ b/keyboards/chimera_ls/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/chimera_ortho/rules.mk b/keyboards/chimera_ortho/rules.mk index 5ef0c66c8..fbe687200 100644 --- a/keyboards/chimera_ortho/rules.mk +++ b/keyboards/chimera_ortho/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/clueboard/66/rev3/rules.mk b/keyboards/clueboard/66/rev3/rules.mk index 56d1ab011..924437d89 100644 --- a/keyboards/clueboard/66/rev3/rules.mk +++ b/keyboards/clueboard/66/rev3/rules.mk | |||
@@ -1,4 +1 @@ | |||
1 | # Build Options | ||
2 | # comment out to disable the options. | ||
3 | # | ||
4 | BACKLIGHT_DRIVER = custom | BACKLIGHT_DRIVER = custom | |
diff --git a/keyboards/clueboard/66_hotswap/prototype/rules.mk b/keyboards/clueboard/66_hotswap/prototype/rules.mk index 02ad91caa..8193682fd 100644 --- a/keyboards/clueboard/66_hotswap/prototype/rules.mk +++ b/keyboards/clueboard/66_hotswap/prototype/rules.mk | |||
@@ -1,6 +1,3 @@ | |||
1 | # Build Options | ||
2 | # comment out to disable the options. | ||
3 | # | ||
4 | BACKLIGHT_DRIVER = custom | 1 | BACKLIGHT_DRIVER = custom |
5 | 2 | ||
6 | LTO_ENABLE = yes | 3 | LTO_ENABLE = yes |
diff --git a/keyboards/coarse/ixora/rules.mk b/keyboards/coarse/ixora/rules.mk index bcaf1857a..559be109a 100644 --- a/keyboards/coarse/ixora/rules.mk +++ b/keyboards/coarse/ixora/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = STM32F042 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BACKLIGHT_ENABLE = no | 10 | BACKLIGHT_ENABLE = no |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/coarse/vinta/rules.mk b/keyboards/coarse/vinta/rules.mk index 6edbd45f6..b503edcde 100644 --- a/keyboards/coarse/vinta/rules.mk +++ b/keyboards/coarse/vinta/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = STM32F042 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BACKLIGHT_ENABLE = no | 10 | BACKLIGHT_ENABLE = no |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/comet46/rules.mk b/keyboards/comet46/rules.mk index 5d5608a08..814622226 100644 --- a/keyboards/comet46/rules.mk +++ b/keyboards/comet46/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/converter/adb_usb/rules.mk b/keyboards/converter/adb_usb/rules.mk index 447b54751..93bdbf6ab 100644 --- a/keyboards/converter/adb_usb/rules.mk +++ b/keyboards/converter/adb_usb/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/converter/m0110_usb/rules.mk b/keyboards/converter/m0110_usb/rules.mk index 0682edb7f..20733dcd7 100644 --- a/keyboards/converter/m0110_usb/rules.mk +++ b/keyboards/converter/m0110_usb/rules.mk | |||
@@ -8,7 +8,7 @@ F_CPU = 8000000 | |||
8 | BOOTLOADER = caterina | 8 | BOOTLOADER = caterina |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
14 | MOUSEKEY_ENABLE = no # Mouse keys | 14 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/converter/siemens_tastatur/rules.mk b/keyboards/converter/siemens_tastatur/rules.mk index aaf37f5be..2a119a9ba 100644 --- a/keyboards/converter/siemens_tastatur/rules.mk +++ b/keyboards/converter/siemens_tastatur/rules.mk | |||
@@ -6,6 +6,9 @@ BOOTLOADER = stm32duino | |||
6 | 6 | ||
7 | SRC = matrix.c | 7 | SRC = matrix.c |
8 | 8 | ||
9 | # Build Options | ||
10 | # change yes to no to disable | ||
11 | # | ||
9 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 13 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 14 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/converter/usb_usb/rules.mk b/keyboards/converter/usb_usb/rules.mk index 9f024b96d..19903ed33 100644 --- a/keyboards/converter/usb_usb/rules.mk +++ b/keyboards/converter/usb_usb/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | #MOUSEKEY_ENABLE = yes # Mouse keys | 11 | #MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/crawlpad/rules.mk b/keyboards/crawlpad/rules.mk index 79b348212..d0d974ebd 100755 --- a/keyboards/crawlpad/rules.mk +++ b/keyboards/crawlpad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/daji/seis_cinco/rules.mk b/keyboards/daji/seis_cinco/rules.mk index ffd623b9d..255f22598 100644 --- a/keyboards/daji/seis_cinco/rules.mk +++ b/keyboards/daji/seis_cinco/rules.mk | |||
@@ -6,7 +6,7 @@ BOARD = GENERIC_STM32_F072XB | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/db/db63/rules.mk b/keyboards/db/db63/rules.mk index 3bff3ee31..4dcdfe886 100644 --- a/keyboards/db/db63/rules.mk +++ b/keyboards/db/db63/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/delikeeb/vanana/rules.mk b/keyboards/delikeeb/vanana/rules.mk index b105ce1bc..ae0d105d9 100644 --- a/keyboards/delikeeb/vanana/rules.mk +++ b/keyboards/delikeeb/vanana/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/delilah/rules.mk b/keyboards/delilah/rules.mk index af4ae2a88..7c928a6cb 100644 --- a/keyboards/delilah/rules.mk +++ b/keyboards/delilah/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/dichotomy/rules.mk b/keyboards/dichotomy/rules.mk index 48b73e817..2b5eb0360 100755 --- a/keyboards/dichotomy/rules.mk +++ b/keyboards/dichotomy/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | #MOUSEKEY_ENABLE = yes # Mouse keys | 11 | #MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/do60/rules.mk b/keyboards/do60/rules.mk index 31ce746d0..e8b6110b1 100644 --- a/keyboards/do60/rules.mk +++ b/keyboards/do60/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | AUDIO_ENABLE = no # Audio output | 10 | AUDIO_ENABLE = no # Audio output |
9 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/donutcables/budget96/rules.mk b/keyboards/donutcables/budget96/rules.mk index 3bff3ee31..4dcdfe886 100644 --- a/keyboards/donutcables/budget96/rules.mk +++ b/keyboards/donutcables/budget96/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/donutcables/scrabblepad/rules.mk b/keyboards/donutcables/scrabblepad/rules.mk index 95925f729..9365ea7c6 100644 --- a/keyboards/donutcables/scrabblepad/rules.mk +++ b/keyboards/donutcables/scrabblepad/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk index 61844f30a..e64805392 100644 --- a/keyboards/ergodox_ez/rules.mk +++ b/keyboards/ergodox_ez/rules.mk | |||
@@ -10,7 +10,7 @@ BOOTLOADER = halfkay | |||
10 | # OPT_DEFS += -DLEFT_LEDS | 10 | # OPT_DEFS += -DLEFT_LEDS |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # comment out to disable the options. | 13 | # change yes to no to disable |
14 | # | 14 | # |
15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
16 | MOUSEKEY_ENABLE = yes # Mouse keys | 16 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk index 469e78598..c35f54de3 100644 --- a/keyboards/ergodox_infinity/rules.mk +++ b/keyboards/ergodox_infinity/rules.mk | |||
@@ -12,7 +12,7 @@ BOOTLOADER = kiibohd | |||
12 | BOARD = IC_TEENSY_3_1 | 12 | BOARD = IC_TEENSY_3_1 |
13 | 13 | ||
14 | # Build Options | 14 | # Build Options |
15 | # comment out to disable the options. | 15 | # change yes to no to disable |
16 | # | 16 | # |
17 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 17 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
18 | MOUSEKEY_ENABLE = yes # Mouse keys | 18 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/espectro/rules.mk b/keyboards/espectro/rules.mk index cbe1c8714..ad15c847b 100755 --- a/keyboards/espectro/rules.mk +++ b/keyboards/espectro/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/eve/meteor/rules.mk b/keyboards/eve/meteor/rules.mk index 4c4a33355..7bc9adda6 100644 --- a/keyboards/eve/meteor/rules.mk +++ b/keyboards/eve/meteor/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/evyd13/plain60/rules.mk b/keyboards/evyd13/plain60/rules.mk index 78a220109..262bffdb1 100644 --- a/keyboards/evyd13/plain60/rules.mk +++ b/keyboards/evyd13/plain60/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/evyd13/wonderland/rules.mk b/keyboards/evyd13/wonderland/rules.mk index d5dbf4ae8..e97fa9e99 100644 --- a/keyboards/evyd13/wonderland/rules.mk +++ b/keyboards/evyd13/wonderland/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/exclusive/e65/rules.mk b/keyboards/exclusive/e65/rules.mk index 4fefcb0cb..4362ef0fd 100644 --- a/keyboards/exclusive/e65/rules.mk +++ b/keyboards/exclusive/e65/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/exclusive/e7v1/rules.mk b/keyboards/exclusive/e7v1/rules.mk index ea2b6e151..efb00a6ba 100644 --- a/keyboards/exclusive/e7v1/rules.mk +++ b/keyboards/exclusive/e7v1/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/facew/rules.mk b/keyboards/facew/rules.mk index 96f4fd3d7..ff226444b 100644 --- a/keyboards/facew/rules.mk +++ b/keyboards/facew/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/fc660c/rules.mk b/keyboards/fc660c/rules.mk index 01372579f..b1b11676b 100644 --- a/keyboards/fc660c/rules.mk +++ b/keyboards/fc660c/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/fc980c/rules.mk b/keyboards/fc980c/rules.mk index 01372579f..b1b11676b 100644 --- a/keyboards/fc980c/rules.mk +++ b/keyboards/fc980c/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/ferris/0_1/rules.mk b/keyboards/ferris/0_1/rules.mk index 996e2af6b..86db6e4d1 100644 --- a/keyboards/ferris/0_1/rules.mk +++ b/keyboards/ferris/0_1/rules.mk | |||
@@ -4,6 +4,7 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
7 | # change yes to no to disable | 8 | # change yes to no to disable |
8 | # | 9 | # |
9 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
diff --git a/keyboards/ferris/0_2/rules.mk b/keyboards/ferris/0_2/rules.mk index de18ee5a8..0c12328ce 100644 --- a/keyboards/ferris/0_2/rules.mk +++ b/keyboards/ferris/0_2/rules.mk | |||
@@ -4,6 +4,7 @@ MCU = STM32F072 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | ||
7 | # change yes to no to disable | 8 | # change yes to no to disable |
8 | # | 9 | # |
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/flehrad/bigswitch/rules.mk b/keyboards/flehrad/bigswitch/rules.mk index 46074ad24..84bf0aa22 100644 --- a/keyboards/flehrad/bigswitch/rules.mk +++ b/keyboards/flehrad/bigswitch/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/flehrad/numbrero/rules.mk b/keyboards/flehrad/numbrero/rules.mk index b3d0d1119..bab0fd283 100644 --- a/keyboards/flehrad/numbrero/rules.mk +++ b/keyboards/flehrad/numbrero/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/flehrad/snagpad/rules.mk b/keyboards/flehrad/snagpad/rules.mk index e6719cc95..4d45c93ab 100644 --- a/keyboards/flehrad/snagpad/rules.mk +++ b/keyboards/flehrad/snagpad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/for_science/rules.mk b/keyboards/for_science/rules.mk index 0f749577f..33d28b3a8 100644 --- a/keyboards/for_science/rules.mk +++ b/keyboards/for_science/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = caterina | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/four_banger/rules.mk b/keyboards/four_banger/rules.mk index 3ada3a08a..8f9b670fd 100644 --- a/keyboards/four_banger/rules.mk +++ b/keyboards/four_banger/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/foxlab/key65/hotswap/rules.mk b/keyboards/foxlab/key65/hotswap/rules.mk index 58330e1b6..c483c98ee 100644 --- a/keyboards/foxlab/key65/hotswap/rules.mk +++ b/keyboards/foxlab/key65/hotswap/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/foxlab/key65/universal/rules.mk b/keyboards/foxlab/key65/universal/rules.mk index e6b452286..5d9313838 100644 --- a/keyboards/foxlab/key65/universal/rules.mk +++ b/keyboards/foxlab/key65/universal/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/foxlab/time_re/hotswap/rules.mk b/keyboards/foxlab/time_re/hotswap/rules.mk index cabadd6ef..b03288f7a 100644 --- a/keyboards/foxlab/time_re/hotswap/rules.mk +++ b/keyboards/foxlab/time_re/hotswap/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/foxlab/time_re/universal/rules.mk b/keyboards/foxlab/time_re/universal/rules.mk index d40e8ed42..3c2afd058 100644 --- a/keyboards/foxlab/time_re/universal/rules.mk +++ b/keyboards/foxlab/time_re/universal/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/ft/mars80/rules.mk b/keyboards/ft/mars80/rules.mk index 3faff68b1..3cf7107cc 100644 --- a/keyboards/ft/mars80/rules.mk +++ b/keyboards/ft/mars80/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk index 0df676105..a884d8b3b 100644 --- a/keyboards/georgi/rules.mk +++ b/keyboards/georgi/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | CUSTOM_MATRIX = yes | 10 | CUSTOM_MATRIX = yes |
8 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
9 | STENO_ENABLE = yes | 12 | STENO_ENABLE = yes |
diff --git a/keyboards/gergo/rules.mk b/keyboards/gergo/rules.mk index b5752ad93..0f877e2d4 100644 --- a/keyboards/gergo/rules.mk +++ b/keyboards/gergo/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | CUSTOM_MATRIX = yes | 10 | CUSTOM_MATRIX = yes |
8 | EXTRAKEY_ENABLE = yes | 11 | EXTRAKEY_ENABLE = yes |
9 | CONSOLE_ENABLE = yes | 12 | CONSOLE_ENABLE = yes |
diff --git a/keyboards/gh60/revc/rules.mk b/keyboards/gh60/revc/rules.mk index 9e65ae738..06720ec5e 100644 --- a/keyboards/gh60/revc/rules.mk +++ b/keyboards/gh60/revc/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/gh60/satan/rules.mk b/keyboards/gh60/satan/rules.mk index 69b91af46..14a7691e0 100644 --- a/keyboards/gh60/satan/rules.mk +++ b/keyboards/gh60/satan/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/gh80_3000/rules.mk b/keyboards/gh80_3000/rules.mk index 8a903f6f1..fb984117a 100644 --- a/keyboards/gh80_3000/rules.mk +++ b/keyboards/gh80_3000/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/gray_studio/hb85/rules.mk b/keyboards/gray_studio/hb85/rules.mk index 2dba9c3eb..9a2e1da0d 100644 --- a/keyboards/gray_studio/hb85/rules.mk +++ b/keyboards/gray_studio/hb85/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/hadron/ver2/rules.mk b/keyboards/hadron/ver2/rules.mk index 1bbe0da38..f7aeba689 100644 --- a/keyboards/hadron/ver2/rules.mk +++ b/keyboards/hadron/ver2/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/hadron/ver3/rules.mk b/keyboards/hadron/ver3/rules.mk index f35e68819..da70b2a9b 100644 --- a/keyboards/hadron/ver3/rules.mk +++ b/keyboards/hadron/ver3/rules.mk | |||
@@ -6,7 +6,7 @@ BOARD = QMK_PROTON_C | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BACKLIGHT_ENABLE = no | 11 | BACKLIGHT_ENABLE = no |
12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/handwired/2x5keypad/rules.mk b/keyboards/handwired/2x5keypad/rules.mk index 5075d22f0..08870622a 100644 --- a/keyboards/handwired/2x5keypad/rules.mk +++ b/keyboards/handwired/2x5keypad/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | 7 | # Build Options | |
8 | # change yes to no to disable | ||
9 | # | ||
8 | AUDIO_ENABLE = no | 10 | AUDIO_ENABLE = no |
9 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/handwired/aek64/rules.mk b/keyboards/handwired/aek64/rules.mk index 7df9eed9a..03ca07fc4 100644 --- a/keyboards/handwired/aek64/rules.mk +++ b/keyboards/handwired/aek64/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to no to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/handwired/cans12er/rules.mk b/keyboards/handwired/cans12er/rules.mk index 9eb57d728..476cf49f2 100644 --- a/keyboards/handwired/cans12er/rules.mk +++ b/keyboards/handwired/cans12er/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/handwired/ck4x4/rules.mk b/keyboards/handwired/ck4x4/rules.mk index 0bbf7c40e..b234297ed 100644 --- a/keyboards/handwired/ck4x4/rules.mk +++ b/keyboards/handwired/ck4x4/rules.mk | |||
@@ -5,9 +5,8 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | |||
11 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
13 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/co60/rev6/rules.mk b/keyboards/handwired/co60/rev6/rules.mk index 6157ddf99..117fdd5e9 100644 --- a/keyboards/handwired/co60/rev6/rules.mk +++ b/keyboards/handwired/co60/rev6/rules.mk | |||
@@ -6,7 +6,7 @@ BOARD = QMK_PROTON_C | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BACKLIGHT_ENABLE = yes | 11 | BACKLIGHT_ENABLE = yes |
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
diff --git a/keyboards/handwired/co60/rev7/rules.mk b/keyboards/handwired/co60/rev7/rules.mk index 02de067fd..eabe78800 100644 --- a/keyboards/handwired/co60/rev7/rules.mk +++ b/keyboards/handwired/co60/rev7/rules.mk | |||
@@ -9,7 +9,7 @@ BOOTLOADER = stm32-dfu | |||
9 | WS2812_DRIVER = spi | 9 | WS2812_DRIVER = spi |
10 | 10 | ||
11 | # Build Options | 11 | # Build Options |
12 | # comment out to disable the options. | 12 | # change yes to no to disable |
13 | # | 13 | # |
14 | BACKLIGHT_ENABLE = yes | 14 | BACKLIGHT_ENABLE = yes |
15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
diff --git a/keyboards/handwired/dactyl/rules.mk b/keyboards/handwired/dactyl/rules.mk index 9eba082a3..fdc8b2e5e 100644 --- a/keyboards/handwired/dactyl/rules.mk +++ b/keyboards/handwired/dactyl/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | POINTING_DEVICE_ENABLE = no | 11 | POINTING_DEVICE_ENABLE = no |
diff --git a/keyboards/handwired/datahand/rules.mk b/keyboards/handwired/datahand/rules.mk index e2ea798d8..06bc1c504 100644 --- a/keyboards/handwired/datahand/rules.mk +++ b/keyboards/handwired/datahand/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/frenchdev/rules.mk b/keyboards/handwired/frenchdev/rules.mk index d0b2144ce..88a48968f 100644 --- a/keyboards/handwired/frenchdev/rules.mk +++ b/keyboards/handwired/frenchdev/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/handwired/hexon38/rules.mk b/keyboards/handwired/hexon38/rules.mk index ad39547a2..b09215602 100644 --- a/keyboards/handwired/hexon38/rules.mk +++ b/keyboards/handwired/hexon38/rules.mk | |||
@@ -4,15 +4,15 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Enabled build options: | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
11 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
12 | COMMAND_ENABLE = yes # Commands for debug and configuration | 14 | COMMAND_ENABLE = yes # Commands for debug and configuration |
13 | NKRO_ENABLE = yes # Enable N-Key Rollover | 15 | NKRO_ENABLE = yes # Enable N-Key Rollover |
14 | |||
15 | # Disabled build options: | ||
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | AUDIO_ENABLE = no | 17 | AUDIO_ENABLE = no |
18 | RGBLIGHT_ENABLE = no | 18 | RGBLIGHT_ENABLE = no |
diff --git a/keyboards/handwired/jopr/rules.mk b/keyboards/handwired/jopr/rules.mk index e741cb709..6157d2545 100644 --- a/keyboards/handwired/jopr/rules.mk +++ b/keyboards/handwired/jopr/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/handwired/k_numpad17/rules.mk b/keyboards/handwired/k_numpad17/rules.mk index 909f99d06..4cb57769e 100644 --- a/keyboards/handwired/k_numpad17/rules.mk +++ b/keyboards/handwired/k_numpad17/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/handwired/ms_sculpt_mobile/rules.mk b/keyboards/handwired/ms_sculpt_mobile/rules.mk index 6ff144dab..72015d93d 100644 --- a/keyboards/handwired/ms_sculpt_mobile/rules.mk +++ b/keyboards/handwired/ms_sculpt_mobile/rules.mk | |||
@@ -1,3 +1,4 @@ | |||
1 | # MCU name | ||
1 | ifdef ASTAR | 2 | ifdef ASTAR |
2 | MCU = atmega32u4 | 3 | MCU = atmega32u4 |
3 | CFLAGS = -D ASTAR | 4 | CFLAGS = -D ASTAR |
@@ -12,6 +13,9 @@ else | |||
12 | BOOTLOADER = atmel-dfu | 13 | BOOTLOADER = atmel-dfu |
13 | endif | 14 | endif |
14 | 15 | ||
16 | # Build Options | ||
17 | # change yes to no to disable | ||
18 | # | ||
15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 19 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
16 | MOUSEKEY_ENABLE = no # Mouse keys | 20 | MOUSEKEY_ENABLE = no # Mouse keys |
17 | EXTRAKEY_ENABLE = yes # Audio control and System control | 21 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/myskeeb/rules.mk b/keyboards/handwired/myskeeb/rules.mk index 907d30e5d..d694be736 100644 --- a/keyboards/handwired/myskeeb/rules.mk +++ b/keyboards/handwired/myskeeb/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = caterina | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/obuwunkunubi/spaget/rules.mk b/keyboards/handwired/obuwunkunubi/spaget/rules.mk index 55f8d7c83..9a469b22e 100644 --- a/keyboards/handwired/obuwunkunubi/spaget/rules.mk +++ b/keyboards/handwired/obuwunkunubi/spaget/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/handwired/postageboard/mini/rules.mk b/keyboards/handwired/postageboard/mini/rules.mk index f21f4a30b..354f194ca 100644 --- a/keyboards/handwired/postageboard/mini/rules.mk +++ b/keyboards/handwired/postageboard/mini/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/postageboard/r1/rules.mk b/keyboards/handwired/postageboard/r1/rules.mk index f21f4a30b..354f194ca 100644 --- a/keyboards/handwired/postageboard/r1/rules.mk +++ b/keyboards/handwired/postageboard/r1/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/pteron/rules.mk b/keyboards/handwired/pteron/rules.mk index 3161e94da..9f51ea20c 100644 --- a/keyboards/handwired/pteron/rules.mk +++ b/keyboards/handwired/pteron/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/handwired/retro_refit/rules.mk b/keyboards/handwired/retro_refit/rules.mk index 166a113b2..4d1b278f5 100644 --- a/keyboards/handwired/retro_refit/rules.mk +++ b/keyboards/handwired/retro_refit/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/handwired/rs60/rules.mk b/keyboards/handwired/rs60/rules.mk index cb5c34c22..d14abe406 100644 --- a/keyboards/handwired/rs60/rules.mk +++ b/keyboards/handwired/rs60/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/handwired/space_oddity/rules.mk b/keyboards/handwired/space_oddity/rules.mk index a11da9610..0b1ff1cd0 100644 --- a/keyboards/handwired/space_oddity/rules.mk +++ b/keyboards/handwired/space_oddity/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/handwired/steamvan/rev1/rules.mk b/keyboards/handwired/steamvan/rev1/rules.mk index 6bc0b0ae7..3d45b63d2 100644 --- a/keyboards/handwired/steamvan/rev1/rules.mk +++ b/keyboards/handwired/steamvan/rev1/rules.mk | |||
@@ -9,7 +9,7 @@ BOOTLOADER = stm32-dfu | |||
9 | WS2812_DRIVER = spi | 9 | WS2812_DRIVER = spi |
10 | 10 | ||
11 | # Build Options | 11 | # Build Options |
12 | # comment out to disable the options. | 12 | # change yes to no to disable |
13 | # | 13 | # |
14 | BACKLIGHT_ENABLE = yes | 14 | BACKLIGHT_ENABLE = yes |
15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
diff --git a/keyboards/handwired/terminus_mini/keymaps/default/rules.mk b/keyboards/handwired/terminus_mini/keymaps/default/rules.mk index a74d80597..8fcd018bd 100644 --- a/keyboards/handwired/terminus_mini/keymaps/default/rules.mk +++ b/keyboards/handwired/terminus_mini/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # QMK Build Options | ||
2 | # change to "no" to disable the options, or define them in the rules.mk in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/handwired/trackpoint/rules.mk b/keyboards/handwired/trackpoint/rules.mk index a4beb2d66..f471f00df 100644 --- a/keyboards/handwired/trackpoint/rules.mk +++ b/keyboards/handwired/trackpoint/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | 7 | # Build Options | |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/tritium_numpad/rules.mk b/keyboards/handwired/tritium_numpad/rules.mk index b3736f80e..ae586aa09 100644 --- a/keyboards/handwired/tritium_numpad/rules.mk +++ b/keyboards/handwired/tritium_numpad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/handwired/wulkan/rules.mk b/keyboards/handwired/wulkan/rules.mk index 33cba379e..f60cc5ea8 100644 --- a/keyboards/handwired/wulkan/rules.mk +++ b/keyboards/handwired/wulkan/rules.mk | |||
@@ -6,7 +6,7 @@ BOARD = QMK_PROTON_C | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BACKLIGHT_ENABLE = no | 11 | BACKLIGHT_ENABLE = no |
12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/hardlineworks/otd_plus/rules.mk b/keyboards/hardlineworks/otd_plus/rules.mk index 02a7e36e4..476cf49f2 100644 --- a/keyboards/hardlineworks/otd_plus/rules.mk +++ b/keyboards/hardlineworks/otd_plus/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/hhkb/ansi/rules.mk b/keyboards/hhkb/ansi/rules.mk index 1eed08104..0b110d656 100644 --- a/keyboards/hhkb/ansi/rules.mk +++ b/keyboards/hhkb/ansi/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/hhkb/jp/rules.mk b/keyboards/hhkb/jp/rules.mk index 4a42e974d..ae0710e02 100644 --- a/keyboards/hhkb/jp/rules.mk +++ b/keyboards/hhkb/jp/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/honeycomb/rules.mk b/keyboards/honeycomb/rules.mk index 48b73e817..2b5eb0360 100755 --- a/keyboards/honeycomb/rules.mk +++ b/keyboards/honeycomb/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | #MOUSEKEY_ENABLE = yes # Mouse keys | 11 | #MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/hotdox/rules.mk b/keyboards/hotdox/rules.mk index 0572e4504..0860e9d47 100644 --- a/keyboards/hotdox/rules.mk +++ b/keyboards/hotdox/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDone | 10 | CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDone |
11 | UNICODE_ENABLE = yes # Unicode | 11 | UNICODE_ENABLE = yes # Unicode |
diff --git a/keyboards/hs60/v2/ansi/rules.mk b/keyboards/hs60/v2/ansi/rules.mk index 380abe628..b7d4ce80a 100644 --- a/keyboards/hs60/v2/ansi/rules.mk +++ b/keyboards/hs60/v2/ansi/rules.mk | |||
@@ -11,7 +11,7 @@ BOOTLOADER = stm32-dfu | |||
11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/hs60/v2/hhkb/rules.mk b/keyboards/hs60/v2/hhkb/rules.mk index 9590e314d..8dedad03d 100644 --- a/keyboards/hs60/v2/hhkb/rules.mk +++ b/keyboards/hs60/v2/hhkb/rules.mk | |||
@@ -11,7 +11,7 @@ BOOTLOADER = stm32-dfu | |||
11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/hs60/v2/iso/rules.mk b/keyboards/hs60/v2/iso/rules.mk index 6c083deb5..399a93fcc 100644 --- a/keyboards/hs60/v2/iso/rules.mk +++ b/keyboards/hs60/v2/iso/rules.mk | |||
@@ -11,7 +11,7 @@ BOOTLOADER = stm32-dfu | |||
11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/hub16/rules.mk b/keyboards/hub16/rules.mk index 7e17fa2a9..9b3be3a2c 100755 --- a/keyboards/hub16/rules.mk +++ b/keyboards/hub16/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | CUSTOM_MATRIX = lite # Custom scanning of matrix | 10 | CUSTOM_MATRIX = lite # Custom scanning of matrix |
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/idb/idb_60/rules.mk b/keyboards/idb/idb_60/rules.mk index 61f74e46d..6862c48e4 100644 --- a/keyboards/idb/idb_60/rules.mk +++ b/keyboards/idb/idb_60/rules.mk | |||
@@ -5,7 +5,8 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # Comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/jc65/v32a/rules.mk b/keyboards/jc65/v32a/rules.mk index 694ad609a..9686fd1aa 100644 --- a/keyboards/jc65/v32a/rules.mk +++ b/keyboards/jc65/v32a/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/jd40/rules.mk b/keyboards/jd40/rules.mk index d1036b997..59bbf0ca8 100644 --- a/keyboards/jd40/rules.mk +++ b/keyboards/jd40/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/jd45/rules.mk b/keyboards/jd45/rules.mk index feaba38c5..0e6f70f0c 100644 --- a/keyboards/jd45/rules.mk +++ b/keyboards/jd45/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kabedon/kabedon78s/rules.mk b/keyboards/kabedon/kabedon78s/rules.mk index 17dc500d6..30854a59b 100644 --- a/keyboards/kabedon/kabedon78s/rules.mk +++ b/keyboards/kabedon/kabedon78s/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kabedon/kabedon980/rules.mk b/keyboards/kabedon/kabedon980/rules.mk index 17dc500d6..30854a59b 100644 --- a/keyboards/kabedon/kabedon980/rules.mk +++ b/keyboards/kabedon/kabedon980/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kapcave/gskt00/rules.mk b/keyboards/kapcave/gskt00/rules.mk index 383235386..7774ac0f8 100755 --- a/keyboards/kapcave/gskt00/rules.mk +++ b/keyboards/kapcave/gskt00/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk b/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk index 19805d77e..399d60eda 100644 --- a/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk +++ b/keyboards/kbdfans/kbd67/mkiirgb/v1/rules.mk | |||
@@ -5,6 +5,9 @@ BOARD = QMK_PROTON_C | |||
5 | # Bootloader selection | 5 | # Bootloader selection |
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | ||
9 | # change yes to no to disable | ||
10 | # | ||
8 | BACKLIGHT_ENABLE = no | 11 | BACKLIGHT_ENABLE = no |
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 13 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kbdfans/kbd75/rev1/rules.mk b/keyboards/kbdfans/kbd75/rev1/rules.mk index bee94f036..e5d5d2c9a 100644 --- a/keyboards/kbdfans/kbd75/rev1/rules.mk +++ b/keyboards/kbdfans/kbd75/rev1/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kbdfans/kbd75/rev2/rules.mk b/keyboards/kbdfans/kbd75/rev2/rules.mk index bee94f036..e5d5d2c9a 100644 --- a/keyboards/kbdfans/kbd75/rev2/rules.mk +++ b/keyboards/kbdfans/kbd75/rev2/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kbdfans/kbdpad/mk1/rules.mk b/keyboards/kbdfans/kbdpad/mk1/rules.mk index 9912abbe9..7c8b9e367 100644 --- a/keyboards/kbdfans/kbdpad/mk1/rules.mk +++ b/keyboards/kbdfans/kbdpad/mk1/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/kc60se/rules.mk b/keyboards/kc60se/rules.mk index bc378083b..54d3028ce 100644 --- a/keyboards/kc60se/rules.mk +++ b/keyboards/kc60se/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = atmel-dfu | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = no # default keymap does not map mouse | 11 | MOUSEKEY_ENABLE = no # default keymap does not map mouse |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/keebio/chocopad/rules.mk b/keyboards/keebio/chocopad/rules.mk index 0e47db965..4a14c7977 100644 --- a/keyboards/keebio/chocopad/rules.mk +++ b/keyboards/keebio/chocopad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/keebio/dilly/rules.mk b/keyboards/keebio/dilly/rules.mk index 705db989e..e4026f85c 100644 --- a/keyboards/keebio/dilly/rules.mk +++ b/keyboards/keebio/dilly/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/keebio/rorschach/rules.mk b/keyboards/keebio/rorschach/rules.mk index 89c6bf4f9..6e3d022b0 100644 --- a/keyboards/keebio/rorschach/rules.mk +++ b/keyboards/keebio/rorschach/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/keebwerk/nano_slider/rules.mk b/keyboards/keebwerk/nano_slider/rules.mk index e9f4433e8..5412232d0 100644 --- a/keyboards/keebwerk/nano_slider/rules.mk +++ b/keyboards/keebwerk/nano_slider/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kingly_keys/little_foot/rules.mk b/keyboards/kingly_keys/little_foot/rules.mk index 654ad6a65..4792d1c79 100644 --- a/keyboards/kingly_keys/little_foot/rules.mk +++ b/keyboards/kingly_keys/little_foot/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kingly_keys/romac/rules.mk b/keyboards/kingly_keys/romac/rules.mk index e253f64a8..40d08b773 100644 --- a/keyboards/kingly_keys/romac/rules.mk +++ b/keyboards/kingly_keys/romac/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kingly_keys/smd_milk/rules.mk b/keyboards/kingly_keys/smd_milk/rules.mk index 698ad1eea..469e098ba 100644 --- a/keyboards/kingly_keys/smd_milk/rules.mk +++ b/keyboards/kingly_keys/smd_milk/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/kprepublic/bm16s/rules.mk b/keyboards/kprepublic/bm16s/rules.mk index 3a1910477..9f6dae560 100755 --- a/keyboards/kprepublic/bm16s/rules.mk +++ b/keyboards/kprepublic/bm16s/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/kprepublic/jj50/rules.mk b/keyboards/kprepublic/jj50/rules.mk index ef99e19e4..2e510c8bb 100644 --- a/keyboards/kprepublic/jj50/rules.mk +++ b/keyboards/kprepublic/jj50/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/ktec/ergodone/rules.mk b/keyboards/ktec/ergodone/rules.mk index f4b982aaf..13e1044c9 100644 --- a/keyboards/ktec/ergodone/rules.mk +++ b/keyboards/ktec/ergodone/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDone | 10 | CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDone |
11 | UNICODE_ENABLE = yes # Unicode | 11 | UNICODE_ENABLE = yes # Unicode |
diff --git a/keyboards/ktec/staryu/rules.mk b/keyboards/ktec/staryu/rules.mk index 02d56f5a8..73b1a4795 100755 --- a/keyboards/ktec/staryu/rules.mk +++ b/keyboards/ktec/staryu/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = lufa-dfu | 5 | BOOTLOADER = lufa-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/latinpad/rules.mk b/keyboards/latinpad/rules.mk index 7e47faecd..1570b33db 100644 --- a/keyboards/latinpad/rules.mk +++ b/keyboards/latinpad/rules.mk | |||
@@ -6,6 +6,7 @@ BOOTLOADER = caterina | |||
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/lazydesigners/the50/rules.mk b/keyboards/lazydesigners/the50/rules.mk index c5b1198dc..c9f848a01 100644 --- a/keyboards/lazydesigners/the50/rules.mk +++ b/keyboards/lazydesigners/the50/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/lazydesigners/the60/rev1/rules.mk b/keyboards/lazydesigners/the60/rev1/rules.mk index 38a956154..9ebd4620b 100755 --- a/keyboards/lazydesigners/the60/rev1/rules.mk +++ b/keyboards/lazydesigners/the60/rev1/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/le_chiffre/rules.mk b/keyboards/le_chiffre/rules.mk index 4c1c0f0f1..bc5775a15 100644 --- a/keyboards/le_chiffre/rules.mk +++ b/keyboards/le_chiffre/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/massdrop/alt/rules.mk b/keyboards/massdrop/alt/rules.mk index 378f1474d..83d4fc590 100644 --- a/keyboards/massdrop/alt/rules.mk +++ b/keyboards/massdrop/alt/rules.mk | |||
@@ -6,7 +6,7 @@ ARM_ATSAM = SAMD51J18A | |||
6 | MCU = cortex-m4 | 6 | MCU = cortex-m4 |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 12 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/massdrop/ctrl/rules.mk b/keyboards/massdrop/ctrl/rules.mk index e3153c4df..667642f83 100644 --- a/keyboards/massdrop/ctrl/rules.mk +++ b/keyboards/massdrop/ctrl/rules.mk | |||
@@ -6,7 +6,7 @@ ARM_ATSAM = SAMD51J18A | |||
6 | MCU = cortex-m4 | 6 | MCU = cortex-m4 |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # comment out to disable the options. | 9 | # change yes to no to disable |
10 | # | 10 | # |
11 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 12 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/masterworks/classy_tkl/rev_a/rules.mk b/keyboards/masterworks/classy_tkl/rev_a/rules.mk index 4a2755a93..73ac281e0 100644 --- a/keyboards/masterworks/classy_tkl/rev_a/rules.mk +++ b/keyboards/masterworks/classy_tkl/rev_a/rules.mk | |||
@@ -4,7 +4,6 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | |||
8 | # Build Options | 7 | # Build Options |
9 | # change yes to no to disable | 8 | # change yes to no to disable |
10 | # | 9 | # |
diff --git a/keyboards/matrix/m12og/rev2/rules.mk b/keyboards/matrix/m12og/rev2/rules.mk index 6970f247f..51da7491d 100644 --- a/keyboards/matrix/m12og/rev2/rules.mk +++ b/keyboards/matrix/m12og/rev2/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/matrix/m20add/rules.mk b/keyboards/matrix/m20add/rules.mk index 14db9e835..1ecbd9d30 100644 --- a/keyboards/matrix/m20add/rules.mk +++ b/keyboards/matrix/m20add/rules.mk | |||
@@ -11,7 +11,7 @@ MCU_LDSCRIPT = m20add_boot | |||
11 | BOARD = ST_NUCLEO64_F411RE | 11 | BOARD = ST_NUCLEO64_F411RE |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = yes # Mouse keys | 17 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/matrix/me/rules.mk b/keyboards/matrix/me/rules.mk index f5ed70c4d..3ff392a61 100644 --- a/keyboards/matrix/me/rules.mk +++ b/keyboards/matrix/me/rules.mk | |||
@@ -2,7 +2,7 @@ | |||
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
diff --git a/keyboards/matrix/noah/rules.mk b/keyboards/matrix/noah/rules.mk index 96990db3b..b9f642e8c 100644 --- a/keyboards/matrix/noah/rules.mk +++ b/keyboards/matrix/noah/rules.mk | |||
@@ -11,7 +11,7 @@ MCU_LDSCRIPT = noah_boot | |||
11 | BOARD = ST_NUCLEO64_F411RE | 11 | BOARD = ST_NUCLEO64_F411RE |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = yes # Mouse keys | 17 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/mechlovin/infinity87/rev2/rules.mk b/keyboards/mechlovin/infinity87/rev2/rules.mk index b648aadba..92823adea 100644 --- a/keyboards/mechlovin/infinity87/rev2/rules.mk +++ b/keyboards/mechlovin/infinity87/rev2/rules.mk | |||
@@ -4,7 +4,6 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | |||
8 | # Build Options | 7 | # Build Options |
9 | # change yes to no to disable | 8 | # change yes to no to disable |
10 | # | 9 | # |
diff --git a/keyboards/mechmini/v1/rules.mk b/keyboards/mechmini/v1/rules.mk index d77ba0399..6905e73c2 100644 --- a/keyboards/mechmini/v1/rules.mk +++ b/keyboards/mechmini/v1/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/mechmini/v2/rules.mk b/keyboards/mechmini/v2/rules.mk index 93b105dba..4f6e666b6 100755 --- a/keyboards/mechmini/v2/rules.mk +++ b/keyboards/mechmini/v2/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/mehkee96/rules.mk b/keyboards/mehkee96/rules.mk index 171f3a573..9e2ac24f8 100644 --- a/keyboards/mehkee96/rules.mk +++ b/keyboards/mehkee96/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32a | |||
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/melody96/rules.mk b/keyboards/melody96/rules.mk index 768f0d332..9ccce6abf 100644 --- a/keyboards/melody96/rules.mk +++ b/keyboards/melody96/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/mitosis/rules.mk b/keyboards/mitosis/rules.mk index 485f02a09..6c7aa30d8 100644 --- a/keyboards/mitosis/rules.mk +++ b/keyboards/mitosis/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/mixi/rules.mk b/keyboards/mixi/rules.mk index 46f1c9236..f0530f599 100644 --- a/keyboards/mixi/rules.mk +++ b/keyboards/mixi/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/montsinger/rebound/rev1/rules.mk b/keyboards/montsinger/rebound/rev1/rules.mk index 9cfa397ac..f914cd14c 100644 --- a/keyboards/montsinger/rebound/rev1/rules.mk +++ b/keyboards/montsinger/rebound/rev1/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/montsinger/rebound/rev2/rules.mk b/keyboards/montsinger/rebound/rev2/rules.mk index 9fc856afe..211b7290b 100644 --- a/keyboards/montsinger/rebound/rev2/rules.mk +++ b/keyboards/montsinger/rebound/rev2/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/montsinger/rebound/rev3/rules.mk b/keyboards/montsinger/rebound/rev3/rules.mk index 9fc856afe..211b7290b 100644 --- a/keyboards/montsinger/rebound/rev3/rules.mk +++ b/keyboards/montsinger/rebound/rev3/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/montsinger/rebound/rev4/rules.mk b/keyboards/montsinger/rebound/rev4/rules.mk index 69ced7cd1..e0e833971 100644 --- a/keyboards/montsinger/rebound/rev4/rules.mk +++ b/keyboards/montsinger/rebound/rev4/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/montsinger/rewind/rules.mk b/keyboards/montsinger/rewind/rules.mk index 0c37cdaab..33d28b3a8 100644 --- a/keyboards/montsinger/rewind/rules.mk +++ b/keyboards/montsinger/rewind/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/mt40/rules.mk b/keyboards/mt40/rules.mk index e4bdd73c2..3024f4014 100644 --- a/keyboards/mt40/rules.mk +++ b/keyboards/mt40/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/mt980/rules.mk b/keyboards/mt980/rules.mk index c353d2fd7..2ca568649 100644 --- a/keyboards/mt980/rules.mk +++ b/keyboards/mt980/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/nebula12/rules.mk b/keyboards/nebula12/rules.mk index c261dfd38..961d5a491 100755 --- a/keyboards/nebula12/rules.mk +++ b/keyboards/nebula12/rules.mk | |||
@@ -11,7 +11,7 @@ BOOTLOADER = stm32-dfu | |||
11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/nebula68/rules.mk b/keyboards/nebula68/rules.mk index aa33f21bb..b7d3ca200 100755 --- a/keyboards/nebula68/rules.mk +++ b/keyboards/nebula68/rules.mk | |||
@@ -11,7 +11,7 @@ BOOTLOADER = stm32-dfu | |||
11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/nek_type_a/rules.mk b/keyboards/nek_type_a/rules.mk index 7e15e2fad..ea79c962d 100644 --- a/keyboards/nek_type_a/rules.mk +++ b/keyboards/nek_type_a/rules.mk | |||
@@ -7,6 +7,9 @@ F_CPU = 8000000 | |||
7 | # Bootloader selection | 7 | # Bootloader selection |
8 | BOOTLOADER = caterina | 8 | BOOTLOADER = caterina |
9 | 9 | ||
10 | # Build Options | ||
11 | # change yes to no to disable | ||
12 | # | ||
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 14 | MOUSEKEY_ENABLE = no # Mouse keys |
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/nk65/rules.mk b/keyboards/nk65/rules.mk index d34f986fa..d64ce8e1f 100755 --- a/keyboards/nk65/rules.mk +++ b/keyboards/nk65/rules.mk | |||
@@ -11,7 +11,7 @@ BOOTLOADER = stm32-dfu | |||
11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 11 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
12 | 12 | ||
13 | # Build Options | 13 | # Build Options |
14 | # comment out to disable the options. | 14 | # change yes to no to disable |
15 | # | 15 | # |
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 17 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/novelpad/rules.mk b/keyboards/novelpad/rules.mk index d986e5c27..ecdb29525 100755 --- a/keyboards/novelpad/rules.mk +++ b/keyboards/novelpad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/oddforge/vea/rules.mk b/keyboards/oddforge/vea/rules.mk index e466f73ea..4aed5ab58 100644 --- a/keyboards/oddforge/vea/rules.mk +++ b/keyboards/oddforge/vea/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32a | |||
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/ok60/rules.mk b/keyboards/ok60/rules.mk index 901399dbf..7fab929d9 100644 --- a/keyboards/ok60/rules.mk +++ b/keyboards/ok60/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/omnikey_bh/rules.mk b/keyboards/omnikey_bh/rules.mk index beab8c84a..65e353ad1 100644 --- a/keyboards/omnikey_bh/rules.mk +++ b/keyboards/omnikey_bh/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/omnikeyish/rules.mk b/keyboards/omnikeyish/rules.mk index 4eb202b3b..2a00a52c8 100644 --- a/keyboards/omnikeyish/rules.mk +++ b/keyboards/omnikeyish/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/opus/rules.mk b/keyboards/opus/rules.mk index 4e36891de..515ca5621 100644 --- a/keyboards/opus/rules.mk +++ b/keyboards/opus/rules.mk | |||
@@ -4,7 +4,6 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | |||
8 | # Build Options | 7 | # Build Options |
9 | # change yes to no to disable | 8 | # change yes to no to disable |
10 | # | 9 | # |
diff --git a/keyboards/orange75/rules.mk b/keyboards/orange75/rules.mk index 62215beec..60293f138 100644 --- a/keyboards/orange75/rules.mk +++ b/keyboards/orange75/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/org60/rules.mk b/keyboards/org60/rules.mk index 538c46794..2d3a48944 100644 --- a/keyboards/org60/rules.mk +++ b/keyboards/org60/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | AUDIO_ENABLE = no # Audio output | 10 | AUDIO_ENABLE = no # Audio output |
9 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/panc60/rules.mk b/keyboards/panc60/rules.mk index 1c8a2d105..691aa3591 100644 --- a/keyboards/panc60/rules.mk +++ b/keyboards/panc60/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/pearl/rules.mk b/keyboards/pearl/rules.mk index 2dba9c3eb..9a2e1da0d 100644 --- a/keyboards/pearl/rules.mk +++ b/keyboards/pearl/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/percent/canoe/rules.mk b/keyboards/percent/canoe/rules.mk index fd4f660f2..3b5f3dae4 100644 --- a/keyboards/percent/canoe/rules.mk +++ b/keyboards/percent/canoe/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/percent/skog/rules.mk b/keyboards/percent/skog/rules.mk index 694ad609a..9686fd1aa 100644 --- a/keyboards/percent/skog/rules.mk +++ b/keyboards/percent/skog/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/playkbtw/ca66/rules.mk b/keyboards/playkbtw/ca66/rules.mk index 768f0d332..9ccce6abf 100644 --- a/keyboards/playkbtw/ca66/rules.mk +++ b/keyboards/playkbtw/ca66/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/playkbtw/pk60/rules.mk b/keyboards/playkbtw/pk60/rules.mk index 2871bf849..f24db316c 100644 --- a/keyboards/playkbtw/pk60/rules.mk +++ b/keyboards/playkbtw/pk60/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/plut0nium/0x3e/rules.mk b/keyboards/plut0nium/0x3e/rules.mk index 05a929414..9cccfc483 100644 --- a/keyboards/plut0nium/0x3e/rules.mk +++ b/keyboards/plut0nium/0x3e/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/polycarbdiet/s20/rules.mk b/keyboards/polycarbdiet/s20/rules.mk index 175829cf7..3cdf4babf 100644 --- a/keyboards/polycarbdiet/s20/rules.mk +++ b/keyboards/polycarbdiet/s20/rules.mk | |||
@@ -5,7 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | 8 | # change yes to no to disable | |
9 | # | ||
9 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
10 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
11 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/primekb/prime_r/rules.mk b/keyboards/primekb/prime_r/rules.mk index 62215beec..60293f138 100644 --- a/keyboards/primekb/prime_r/rules.mk +++ b/keyboards/primekb/prime_r/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/projectkb/signature87/rules.mk b/keyboards/projectkb/signature87/rules.mk index fc85f3b3e..3ea9f2248 100644 --- a/keyboards/projectkb/signature87/rules.mk +++ b/keyboards/projectkb/signature87/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/rainkeeb/rules.mk b/keyboards/rainkeeb/rules.mk index c7e7f5554..a4b7fca0d 100644 --- a/keyboards/rainkeeb/rules.mk +++ b/keyboards/rainkeeb/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/rart/rartpad/rules.mk b/keyboards/rart/rartpad/rules.mk index 309faf271..80e5d192c 100644 --- a/keyboards/rart/rartpad/rules.mk +++ b/keyboards/rart/rartpad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/redox_w/rules.mk b/keyboards/redox_w/rules.mk index 689d3e02c..a8bd3a027 100644 --- a/keyboards/redox_w/rules.mk +++ b/keyboards/redox_w/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/sck/gtm/rules.mk b/keyboards/sck/gtm/rules.mk index fdabf0371..756963d95 100644 --- a/keyboards/sck/gtm/rules.mk +++ b/keyboards/sck/gtm/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/senselessclay/had60/rules.mk b/keyboards/senselessclay/had60/rules.mk index 333bead11..6b9a97646 100644 --- a/keyboards/senselessclay/had60/rules.mk +++ b/keyboards/senselessclay/had60/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/sets3n/kk980/rules.mk b/keyboards/sets3n/kk980/rules.mk index 773da20a8..85eec9079 100644 --- a/keyboards/sets3n/kk980/rules.mk +++ b/keyboards/sets3n/kk980/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/signum/3_0/rules.mk b/keyboards/signum/3_0/rules.mk index baae12ecc..d1eef7d82 100644 --- a/keyboards/signum/3_0/rules.mk +++ b/keyboards/signum/3_0/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/singa/rules.mk b/keyboards/singa/rules.mk index 3bff3ee31..4dcdfe886 100644 --- a/keyboards/singa/rules.mk +++ b/keyboards/singa/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/sixkeyboard/rules.mk b/keyboards/sixkeyboard/rules.mk index 618daa714..3e1b51fa8 100644 --- a/keyboards/sixkeyboard/rules.mk +++ b/keyboards/sixkeyboard/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega16u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/southpole/rules.mk b/keyboards/southpole/rules.mk index 4667e9bc9..278ee36f2 100644 --- a/keyboards/southpole/rules.mk +++ b/keyboards/southpole/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/spaceman/2_milk/rules.mk b/keyboards/spaceman/2_milk/rules.mk index fbffcef0f..77b594bd8 100644 --- a/keyboards/spaceman/2_milk/rules.mk +++ b/keyboards/spaceman/2_milk/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/spaceman/pancake/rev1/feather/rules.mk b/keyboards/spaceman/pancake/rev1/feather/rules.mk index 542747298..653042273 100644 --- a/keyboards/spaceman/pancake/rev1/feather/rules.mk +++ b/keyboards/spaceman/pancake/rev1/feather/rules.mk | |||
@@ -8,7 +8,7 @@ F_CPU = 8000000 | |||
8 | BOOTLOADER = caterina | 8 | BOOTLOADER = caterina |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
14 | MOUSEKEY_ENABLE = no # Mouse keys | 14 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/spaceman/pancake/rev1/promicro/rules.mk b/keyboards/spaceman/pancake/rev1/promicro/rules.mk index 0d60059ae..561b3da8f 100644 --- a/keyboards/spaceman/pancake/rev1/promicro/rules.mk +++ b/keyboards/spaceman/pancake/rev1/promicro/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/spaceman/yun65/rules.mk b/keyboards/spaceman/yun65/rules.mk index 1d08a5890..d2c47c152 100644 --- a/keyboards/spaceman/yun65/rules.mk +++ b/keyboards/spaceman/yun65/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/splitish/rules.mk b/keyboards/splitish/rules.mk index 546ca050d..76fa2e63f 100644 --- a/keyboards/splitish/rules.mk +++ b/keyboards/splitish/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/squiggle/rev1/rules.mk b/keyboards/squiggle/rev1/rules.mk index 24eadaaec..c5eccd2db 100644 --- a/keyboards/squiggle/rev1/rules.mk +++ b/keyboards/squiggle/rev1/rules.mk | |||
@@ -4,6 +4,9 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
9 | EXTRAKEY_ENABLE = no # Audio control and System control | 12 | EXTRAKEY_ENABLE = no # Audio control and System control |
diff --git a/keyboards/sx60/rules.mk b/keyboards/sx60/rules.mk index 62a3dce40..0848a4d73 100755 --- a/keyboards/sx60/rules.mk +++ b/keyboards/sx60/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/tanuki/rules.mk b/keyboards/tanuki/rules.mk index a17e2ed84..453b0fb12 100644 --- a/keyboards/tanuki/rules.mk +++ b/keyboards/tanuki/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/tenki/rules.mk b/keyboards/tenki/rules.mk index be195a168..61e4c302b 100644 --- a/keyboards/tenki/rules.mk +++ b/keyboards/tenki/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk index 5fa8de244..e68d632b6 100755 --- a/keyboards/tetris/rules.mk +++ b/keyboards/tetris/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/tgr/910/rules.mk b/keyboards/tgr/910/rules.mk index 2dba9c3eb..9a2e1da0d 100644 --- a/keyboards/tgr/910/rules.mk +++ b/keyboards/tgr/910/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/tgr/alice/rules.mk b/keyboards/tgr/alice/rules.mk index 2a437c3c1..0d63df82e 100644 --- a/keyboards/tgr/alice/rules.mk +++ b/keyboards/tgr/alice/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/tgr/jane/v2/rules.mk b/keyboards/tgr/jane/v2/rules.mk index 9d035a031..853857ba7 100644 --- a/keyboards/tgr/jane/v2/rules.mk +++ b/keyboards/tgr/jane/v2/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/the_royal/liminal/rules.mk b/keyboards/the_royal/liminal/rules.mk index ab20e90f7..88173a40c 100644 --- a/keyboards/the_royal/liminal/rules.mk +++ b/keyboards/the_royal/liminal/rules.mk | |||
@@ -5,8 +5,8 @@ MCU = atmega32u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # - change yes to no to disable | 8 | # change yes to no to disable |
9 | 9 | # | |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/thevankeyboards/bananasplit/rules.mk b/keyboards/thevankeyboards/bananasplit/rules.mk index 44166ee7e..36da451a6 100644 --- a/keyboards/thevankeyboards/bananasplit/rules.mk +++ b/keyboards/thevankeyboards/bananasplit/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/tkc/candybar/lefty/rules.mk b/keyboards/tkc/candybar/lefty/rules.mk index 501b267a4..52cb35c5a 100644 --- a/keyboards/tkc/candybar/lefty/rules.mk +++ b/keyboards/tkc/candybar/lefty/rules.mk | |||
@@ -5,9 +5,8 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | # LTO_ENABLE = yes | ||
11 | LTO_ENABLE = yes | 10 | LTO_ENABLE = yes |
12 | BACKLIGHT_ENABLE = no | 11 | BACKLIGHT_ENABLE = no |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/tkc/candybar/righty/rules.mk b/keyboards/tkc/candybar/righty/rules.mk index 501b267a4..52cb35c5a 100644 --- a/keyboards/tkc/candybar/righty/rules.mk +++ b/keyboards/tkc/candybar/righty/rules.mk | |||
@@ -5,9 +5,8 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | # LTO_ENABLE = yes | ||
11 | LTO_ENABLE = yes | 10 | LTO_ENABLE = yes |
12 | BACKLIGHT_ENABLE = no | 11 | BACKLIGHT_ENABLE = no |
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/tkc/tkc1800/rules.mk b/keyboards/tkc/tkc1800/rules.mk index db18bd758..cf95bbd4b 100644 --- a/keyboards/tkc/tkc1800/rules.mk +++ b/keyboards/tkc/tkc1800/rules.mk | |||
@@ -7,7 +7,6 @@ BOOTLOADER = qmk-dfu | |||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | |||
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
13 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/toad/rules.mk b/keyboards/toad/rules.mk index 91b034d4c..82694737e 100644 --- a/keyboards/toad/rules.mk +++ b/keyboards/toad/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/uk78/rules.mk b/keyboards/uk78/rules.mk index 93ff84070..0cf8df9c1 100644 --- a/keyboards/uk78/rules.mk +++ b/keyboards/uk78/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/unikorn/rules.mk b/keyboards/unikorn/rules.mk index 4c4a33355..7bc9adda6 100644 --- a/keyboards/unikorn/rules.mk +++ b/keyboards/unikorn/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/walletburner/cajal/rules.mk b/keyboards/walletburner/cajal/rules.mk index 512cfb60d..e8057998c 100644 --- a/keyboards/walletburner/cajal/rules.mk +++ b/keyboards/walletburner/cajal/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/walletburner/neuron/rules.mk b/keyboards/walletburner/neuron/rules.mk index 3ada3a08a..8f9b670fd 100644 --- a/keyboards/walletburner/neuron/rules.mk +++ b/keyboards/walletburner/neuron/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/westfoxtrot/aanzee/rules.mk b/keyboards/westfoxtrot/aanzee/rules.mk index 06d6064df..afa3f6d63 100644 --- a/keyboards/westfoxtrot/aanzee/rules.mk +++ b/keyboards/westfoxtrot/aanzee/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/westfoxtrot/prophet/rules.mk b/keyboards/westfoxtrot/prophet/rules.mk index f32f72554..7c8bb3669 100644 --- a/keyboards/westfoxtrot/prophet/rules.mk +++ b/keyboards/westfoxtrot/prophet/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/winkeyless/bface/rules.mk b/keyboards/winkeyless/bface/rules.mk index 3bff3ee31..4dcdfe886 100644 --- a/keyboards/winkeyless/bface/rules.mk +++ b/keyboards/winkeyless/bface/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/winkeyless/bmini/rules.mk b/keyboards/winkeyless/bmini/rules.mk index 694ad609a..9686fd1aa 100644 --- a/keyboards/winkeyless/bmini/rules.mk +++ b/keyboards/winkeyless/bmini/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/winkeyless/bminiex/rules.mk b/keyboards/winkeyless/bminiex/rules.mk index 5a51fc476..dca760709 100644 --- a/keyboards/winkeyless/bminiex/rules.mk +++ b/keyboards/winkeyless/bminiex/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/wsk/houndstooth/rules.mk b/keyboards/wsk/houndstooth/rules.mk index a384a4c49..1b7716f46 100644 --- a/keyboards/wsk/houndstooth/rules.mk +++ b/keyboards/wsk/houndstooth/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/wsk/jerkin/rules.mk b/keyboards/wsk/jerkin/rules.mk index 2f01902f3..2ad4835ae 100644 --- a/keyboards/wsk/jerkin/rules.mk +++ b/keyboards/wsk/jerkin/rules.mk | |||
@@ -4,9 +4,8 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | |||
8 | # Build Options | 7 | # Build Options |
9 | # comment out to disable the options. | 8 | # change yes to no to disable |
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wsk/kodachi50/rules.mk b/keyboards/wsk/kodachi50/rules.mk index 993893238..82cf2b723 100644 --- a/keyboards/wsk/kodachi50/rules.mk +++ b/keyboards/wsk/kodachi50/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/wsk/pain27/rules.mk b/keyboards/wsk/pain27/rules.mk index cfbadac10..99bf6e4cc 100644 --- a/keyboards/wsk/pain27/rules.mk +++ b/keyboards/wsk/pain27/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/wsk/sl40/rules.mk b/keyboards/wsk/sl40/rules.mk index 993893238..82cf2b723 100644 --- a/keyboards/wsk/sl40/rules.mk +++ b/keyboards/wsk/sl40/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/wuque/ikki68/rules.mk b/keyboards/wuque/ikki68/rules.mk index a1bec5d12..975e874e0 100644 --- a/keyboards/wuque/ikki68/rules.mk +++ b/keyboards/wuque/ikki68/rules.mk | |||
@@ -1,11 +1,9 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | |||
5 | # Bootloader selection | 4 | # Bootloader selection |
6 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
7 | 6 | ||
8 | |||
9 | # Build Options | 7 | # Build Options |
10 | # change yes to no to disable | 8 | # change yes to no to disable |
11 | # | 9 | # |
diff --git a/keyboards/xbows/woody/rules.mk b/keyboards/xbows/woody/rules.mk index d5c951d91..6dcdb6205 100644 --- a/keyboards/xbows/woody/rules.mk +++ b/keyboards/xbows/woody/rules.mk | |||
@@ -3,6 +3,10 @@ MCU = atmega32u4 | |||
3 | 3 | ||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | |||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
6 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
7 | BACKLIGHT_ENABLE = no | 11 | BACKLIGHT_ENABLE = no |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/xelus/kangaroo/rules.mk b/keyboards/xelus/kangaroo/rules.mk index 58e7ca97f..80826fae5 100644 --- a/keyboards/xelus/kangaroo/rules.mk +++ b/keyboards/xelus/kangaroo/rules.mk | |||
@@ -5,9 +5,8 @@ MCU = STM32F072 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | |||
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
13 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/xelus/trinityxttkl/rules.mk b/keyboards/xelus/trinityxttkl/rules.mk index 5c5b9847c..99fcb3cd1 100644 --- a/keyboards/xelus/trinityxttkl/rules.mk +++ b/keyboards/xelus/trinityxttkl/rules.mk | |||
@@ -8,9 +8,8 @@ BOOTLOADER = stm32-dfu | |||
8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # comment out to disable the options. | 11 | # change yes to no to disable |
12 | # | 12 | # |
13 | |||
14 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
15 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
16 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/xiudi/xd004/v1/rules.mk b/keyboards/xiudi/xd004/v1/rules.mk index dbe8f8c8f..2a885e144 100644 --- a/keyboards/xiudi/xd004/v1/rules.mk +++ b/keyboards/xiudi/xd004/v1/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega16u2 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/xiudi/xd60/rev2/rules.mk b/keyboards/xiudi/xd60/rev2/rules.mk index 865f81eaa..0479b79af 100644 --- a/keyboards/xiudi/xd60/rev2/rules.mk +++ b/keyboards/xiudi/xd60/rev2/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/xiudi/xd60/rev3/rules.mk b/keyboards/xiudi/xd60/rev3/rules.mk index 865f81eaa..0479b79af 100644 --- a/keyboards/xiudi/xd60/rev3/rules.mk +++ b/keyboards/xiudi/xd60/rev3/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/xiudi/xd68/rules.mk b/keyboards/xiudi/xd68/rules.mk index 878cbff7e..927741e97 100644 --- a/keyboards/xiudi/xd68/rules.mk +++ b/keyboards/xiudi/xd68/rules.mk | |||
@@ -4,7 +4,7 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # QMK Build Options | 7 | # Build Options |
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/xmmx/rules.mk b/keyboards/xmmx/rules.mk index 91b034d4c..82694737e 100644 --- a/keyboards/xmmx/rules.mk +++ b/keyboards/xmmx/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/yasui/rules.mk b/keyboards/yasui/rules.mk index f88c0855c..bc14e746a 100644 --- a/keyboards/yasui/rules.mk +++ b/keyboards/yasui/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/ymd75/rev1/rules.mk b/keyboards/ymd75/rev1/rules.mk index 709d2202b..816b0060c 100644 --- a/keyboards/ymd75/rev1/rules.mk +++ b/keyboards/ymd75/rev1/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/ymd75/rev2/rules.mk b/keyboards/ymd75/rev2/rules.mk index 709d2202b..816b0060c 100644 --- a/keyboards/ymd75/rev2/rules.mk +++ b/keyboards/ymd75/rev2/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/ymd96/rules.mk b/keyboards/ymd96/rules.mk index 69db6d1a2..8dab58389 100644 --- a/keyboards/ymd96/rules.mk +++ b/keyboards/ymd96/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no | 11 | MOUSEKEY_ENABLE = no |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/ymdk/bface/rules.mk b/keyboards/ymdk/bface/rules.mk index 3bff3ee31..4dcdfe886 100644 --- a/keyboards/ymdk/bface/rules.mk +++ b/keyboards/ymdk/bface/rules.mk | |||
@@ -4,7 +4,9 @@ MCU = atmega32a | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = bootloadhid | 5 | BOOTLOADER = bootloadhid |
6 | 6 | ||
7 | # build options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes | 11 | MOUSEKEY_ENABLE = yes |
10 | EXTRAKEY_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes |
diff --git a/keyboards/ymdk/ymd67/rules.mk b/keyboards/ymdk/ymd67/rules.mk index ed474c2d9..d684f610e 100644 --- a/keyboards/ymdk/ymd67/rules.mk +++ b/keyboards/ymdk/ymd67/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/z12/rules.mk b/keyboards/z12/rules.mk index 166b2e411..fe67be276 100644 --- a/keyboards/z12/rules.mk +++ b/keyboards/z12/rules.mk | |||
@@ -5,6 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change yes to no to disable | ||
9 | # | ||
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/z150_bh/rules.mk b/keyboards/z150_bh/rules.mk index beab8c84a..65e353ad1 100644 --- a/keyboards/z150_bh/rules.mk +++ b/keyboards/z150_bh/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/zj68/rules.mk b/keyboards/zj68/rules.mk index 99db76d70..1d5db073c 100644 --- a/keyboards/zj68/rules.mk +++ b/keyboards/zj68/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 10 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/keyboards/zlant/rules.mk b/keyboards/zlant/rules.mk index 7c4641082..5fb361e12 100755 --- a/keyboards/zlant/rules.mk +++ b/keyboards/zlant/rules.mk | |||
@@ -5,7 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # comment out to disable the options. | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |