diff options
author | Ryan <fauxpark@gmail.com> | 2021-12-08 10:40:26 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 23:40:26 +0000 |
commit | 7f90cb178159d22744ce44b5f6e2223980da5ac6 (patch) | |
tree | f1769d992b9b206b44a38cecaf34b6bc278980bd | |
parent | b66b911fa20debfb6e49756dee57d22228f5f122 (diff) | |
download | qmk_firmware-7f90cb178159d22744ce44b5f6e2223980da5ac6.tar.gz qmk_firmware-7f90cb178159d22744ce44b5f6e2223980da5ac6.zip |
Remove references to Makefile in keyboard-level rules.mk (#15427)
145 files changed, 95 insertions, 679 deletions
diff --git a/keyboards/30wer/rules.mk b/keyboards/30wer/rules.mk index 22b187f40..91a17a3df 100644 --- a/keyboards/30wer/rules.mk +++ b/keyboards/30wer/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/40percentclub/nano/rules.mk b/keyboards/40percentclub/nano/rules.mk index ab2717c1d..3d944555c 100644 --- a/keyboards/40percentclub/nano/rules.mk +++ b/keyboards/40percentclub/nano/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/6ball/rules.mk b/keyboards/6ball/rules.mk index 0cbf312a2..3d944555c 100644 --- a/keyboards/6ball/rules.mk +++ b/keyboards/6ball/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/7skb/rules.mk b/keyboards/7skb/rules.mk index c68a552e4..c7915021f 100644 --- a/keyboards/7skb/rules.mk +++ b/keyboards/7skb/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/9key/rules.mk b/keyboards/9key/rules.mk index fe21aa058..814ca0208 100644 --- a/keyboards/9key/rules.mk +++ b/keyboards/9key/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/adkb96/rules.mk b/keyboards/adkb96/rules.mk index 21651c058..a21f48236 100644 --- a/keyboards/adkb96/rules.mk +++ b/keyboards/adkb96/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/atreus62/rules.mk b/keyboards/atreus62/rules.mk index 152f8a8e0..c8cd4c1da 100644 --- a/keyboards/atreus62/rules.mk +++ b/keyboards/atreus62/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/boardwalk/rules.mk b/keyboards/boardwalk/rules.mk index 21b209473..95d497bfb 100644 --- a/keyboards/boardwalk/rules.mk +++ b/keyboards/boardwalk/rules.mk | |||
@@ -4,9 +4,8 @@ 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 to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/bpiphany/frosty_flake/keymaps/default/rules.mk b/keyboards/bpiphany/frosty_flake/keymaps/default/rules.mk index 6df730e0c..5ff615d28 100644 --- a/keyboards/bpiphany/frosty_flake/keymaps/default/rules.mk +++ b/keyboards/bpiphany/frosty_flake/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk b/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk index eca7c6c70..c9a6f1f1b 100644 --- a/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk +++ b/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # 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/bpiphany/pegasushoof/keymaps/default/rules.mk b/keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk index c1e6e9ed0..8e564332b 100644 --- a/keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk +++ b/keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
6 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk b/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk index f23c2105a..baec97461 100644 --- a/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk +++ b/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # 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/bpiphany/tiger_lily/keymaps/default/rules.mk b/keyboards/bpiphany/tiger_lily/keymaps/default/rules.mk index 69e27bd2b..e8c897438 100644 --- a/keyboards/bpiphany/tiger_lily/keymaps/default/rules.mk +++ b/keyboards/bpiphany/tiger_lily/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk b/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk index 37f7e2bf9..3d60e94be 100644 --- a/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk +++ b/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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/christmas_tree/rules.mk b/keyboards/christmas_tree/rules.mk index 4add8b539..b4526c811 100644 --- a/keyboards/christmas_tree/rules.mk +++ b/keyboards/christmas_tree/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/claw44/rules.mk b/keyboards/claw44/rules.mk index d7b80bf49..6b232f623 100644 --- a/keyboards/claw44/rules.mk +++ b/keyboards/claw44/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/clueboard/card/keymaps/default/rules.mk b/keyboards/clueboard/card/keymaps/default/rules.mk index 780b69428..d8fa36395 100644 --- a/keyboards/clueboard/card/keymaps/default/rules.mk +++ b/keyboards/clueboard/card/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
7 | EXTRAKEY_ENABLE = no # Audio control and System control | 3 | EXTRAKEY_ENABLE = no # Audio control and System control |
diff --git a/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk b/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk index bb487f988..fb9f52ef0 100644 --- a/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk +++ b/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
7 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) |
diff --git a/keyboards/converter/hp_46010a/rules.mk b/keyboards/converter/hp_46010a/rules.mk index c7e54cbe4..568674e06 100644 --- a/keyboards/converter/hp_46010a/rules.mk +++ b/keyboards/converter/hp_46010a/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/converter/ibm_terminal/keymaps/default/rules.mk b/keyboards/converter/ibm_terminal/keymaps/default/rules.mk index 3746db2ca..84f8ffffe 100644 --- a/keyboards/converter/ibm_terminal/keymaps/default/rules.mk +++ b/keyboards/converter/ibm_terminal/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/converter/ibm_terminal/rules.mk b/keyboards/converter/ibm_terminal/rules.mk index 6e659f53b..ec55a6a24 100644 --- a/keyboards/converter/ibm_terminal/rules.mk +++ b/keyboards/converter/ibm_terminal/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/converter/palm_usb/rules.mk b/keyboards/converter/palm_usb/rules.mk index d69beb492..4849f57a2 100644 --- a/keyboards/converter/palm_usb/rules.mk +++ b/keyboards/converter/palm_usb/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/converter/sun_usb/rules.mk b/keyboards/converter/sun_usb/rules.mk index c5e9b5b95..bf3bbc2d5 100644 --- a/keyboards/converter/sun_usb/rules.mk +++ b/keyboards/converter/sun_usb/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = lufa-dfu | 5 | BOOTLOADER = lufa-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/cu75/keymaps/default/rules.mk b/keyboards/cu75/keymaps/default/rules.mk index 9466daf31..0c4d1a138 100644 --- a/keyboards/cu75/keymaps/default/rules.mk +++ b/keyboards/cu75/keymaps/default/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/cu75/keymaps/iso/rules.mk b/keyboards/cu75/keymaps/iso/rules.mk index d399776db..81f53e3dc 100644 --- a/keyboards/cu75/keymaps/iso/rules.mk +++ b/keyboards/cu75/keymaps/iso/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/dm9records/ergoinu/keymaps/default/rules.mk b/keyboards/dm9records/ergoinu/keymaps/default/rules.mk index a9e20abf1..7b1820a3a 100644 --- a/keyboards/dm9records/ergoinu/keymaps/default/rules.mk +++ b/keyboards/dm9records/ergoinu/keymaps/default/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | |||
2 | # Build Options | ||
3 | # change to "no" to disable the options, or define them in the Makefile in | ||
4 | # the appropriate keymap folder that will get included automatically | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
8 | EXTRAKEY_ENABLE = no # Audio control and System control | 3 | EXTRAKEY_ENABLE = no # Audio control and System control |
diff --git a/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk b/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk index 96054eb95..8ad3d6c63 100644 --- a/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk +++ b/keyboards/dm9records/ergoinu/keymaps/default_jis/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | |||
2 | # Build Options | ||
3 | # change to "no" to disable the options, or define them in the Makefile in | ||
4 | # the appropriate keymap folder that will get included automatically | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
8 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) |
diff --git a/keyboards/dm9records/ergoinu/rules.mk b/keyboards/dm9records/ergoinu/rules.mk index 5a8fc65ba..b833d6779 100644 --- a/keyboards/dm9records/ergoinu/rules.mk +++ b/keyboards/dm9records/ergoinu/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/eco/keymaps/default/rules.mk b/keyboards/eco/keymaps/default/rules.mk index 1c113ac3c..8fff087d7 100644 --- a/keyboards/eco/keymaps/default/rules.mk +++ b/keyboards/eco/keymaps/default/rules.mk | |||
@@ -1,9 +1,3 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/eco/rules.mk b/keyboards/eco/rules.mk index fbab54a04..e0edc056d 100644 --- a/keyboards/eco/rules.mk +++ b/keyboards/eco/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/emptystring/NQG/rules.mk b/keyboards/emptystring/NQG/rules.mk index d4c6e1fca..8e7c12969 100644 --- a/keyboards/emptystring/NQG/rules.mk +++ b/keyboards/emptystring/NQG/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/ergodash/rules.mk b/keyboards/ergodash/rules.mk index b4da694b1..eab416208 100644 --- a/keyboards/ergodash/rules.mk +++ b/keyboards/ergodash/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/ergoslab/rules.mk b/keyboards/ergoslab/rules.mk index 068b575f8..baac628d0 100644 --- a/keyboards/ergoslab/rules.mk +++ b/keyboards/ergoslab/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/ergotravel/rules.mk b/keyboards/ergotravel/rules.mk index f0749d198..518b7dc9e 100644 --- a/keyboards/ergotravel/rules.mk +++ b/keyboards/ergotravel/rules.mk | |||
@@ -1,6 +1,5 @@ | |||
1 | # Build Options | 1 | # Build Options |
2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change yes to no to disable |
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | 3 | # |
5 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
6 | MOUSEKEY_ENABLE = yes # Mouse keys | 5 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/evil80/rules.mk b/keyboards/evil80/rules.mk index 393db581d..69db4b3e5 100644 --- a/keyboards/evil80/rules.mk +++ b/keyboards/evil80/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/gh60/satan/keymaps/default/rules.mk b/keyboards/gh60/satan/keymaps/default/rules.mk index b419e0424..bebfe992e 100644 --- a/keyboards/gh60/satan/keymaps/default/rules.mk +++ b/keyboards/gh60/satan/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/atreus50/rules.mk b/keyboards/handwired/atreus50/rules.mk index 9a7a0a3c6..3240014b8 100644 --- a/keyboards/handwired/atreus50/rules.mk +++ b/keyboards/handwired/atreus50/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/handwired/dactyl_promicro/rules.mk b/keyboards/handwired/dactyl_promicro/rules.mk index 46452d6c2..fa5d409ac 100644 --- a/keyboards/handwired/dactyl_promicro/rules.mk +++ b/keyboards/handwired/dactyl_promicro/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/handwired/daishi/rules.mk b/keyboards/handwired/daishi/rules.mk index 8da09f578..b32ea95cb 100644 --- a/keyboards/handwired/daishi/rules.mk +++ b/keyboards/handwired/daishi/rules.mk | |||
@@ -4,9 +4,8 @@ MCU = at90usb1286 | |||
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 to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/handwired/ddg_56/rules.mk b/keyboards/handwired/ddg_56/rules.mk index ac0b91182..8ded01641 100644 --- a/keyboards/handwired/ddg_56/rules.mk +++ b/keyboards/handwired/ddg_56/rules.mk | |||
@@ -6,8 +6,7 @@ BOARD = QMK_PROTON_C | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # change to "no" to disable the options, or define them in the Makefile in | 9 | # change yes to no to disable |
10 | # the appropriate keymap folder that will get included automatically | ||
11 | # | 10 | # |
12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = no # Mouse keys | 12 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/handwired/jot50/rules.mk b/keyboards/handwired/jot50/rules.mk index c842a275a..c129bc00e 100644 --- a/keyboards/handwired/jot50/rules.mk +++ b/keyboards/handwired/jot50/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # 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/handwired/jotanck/rules.mk b/keyboards/handwired/jotanck/rules.mk index 3e49c04d0..3678a6343 100644 --- a/keyboards/handwired/jotanck/rules.mk +++ b/keyboards/handwired/jotanck/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # 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/handwired/jotpad16/rules.mk b/keyboards/handwired/jotpad16/rules.mk index 1012581e4..c872a41e5 100644 --- a/keyboards/handwired/jotpad16/rules.mk +++ b/keyboards/handwired/jotpad16/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/handwired/kbod/keymaps/default/rules.mk b/keyboards/handwired/kbod/keymaps/default/rules.mk index b54debc5f..289c0a783 100644 --- a/keyboards/handwired/kbod/keymaps/default/rules.mk +++ b/keyboards/handwired/kbod/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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/lovelive9/rules.mk b/keyboards/handwired/lovelive9/rules.mk index db4ba6cca..dc0430cf6 100644 --- a/keyboards/handwired/lovelive9/rules.mk +++ b/keyboards/handwired/lovelive9/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/handwired/minorca/keymaps/readme.md b/keyboards/handwired/minorca/keymaps/readme.md deleted file mode 100644 index 058923ba2..000000000 --- a/keyboards/handwired/minorca/keymaps/readme.md +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # How to add your own keymap | ||
2 | |||
3 | Folders can be named however you'd like (will be approved upon merging), or should follow the format with a preceding `_`: | ||
4 | |||
5 | _[ISO 3166-1 alpha-2 code*]_[layout variant]_[layout name/author] | ||
6 | |||
7 | \* See full list: https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements | ||
8 | |||
9 | and contain the following files: | ||
10 | |||
11 | * `keymap.c` | ||
12 | * `readme.md` *recommended* | ||
13 | * `config.h` *optional*, found automatically when compiling | ||
14 | * `Makefile` *optional*, found automatically when compling | ||
15 | |||
16 | When adding your keymap to this list, keep it organised alphabetically (select list, edit->sort lines), and use this format: | ||
17 | |||
18 | * **folder_name** description | ||
19 | |||
20 | # List of Minorca keymaps | ||
21 | |||
22 | * **default** default Minorca layout | ||
23 | * **rgb** layout with WS2812b control | ||
diff --git a/keyboards/handwired/ms_sculpt_mobile/keymaps/default/rules.mk b/keyboards/handwired/ms_sculpt_mobile/keymaps/default/rules.mk index 37f7e2bf9..3d60e94be 100644 --- a/keyboards/handwired/ms_sculpt_mobile/keymaps/default/rules.mk +++ b/keyboards/handwired/ms_sculpt_mobile/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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/not_so_minidox/rules.mk b/keyboards/handwired/not_so_minidox/rules.mk index dd5bf693b..51bfba781 100644 --- a/keyboards/handwired/not_so_minidox/rules.mk +++ b/keyboards/handwired/not_so_minidox/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/handwired/pilcrow/keymaps/default/rules.mk b/keyboards/handwired/pilcrow/keymaps/default/rules.mk index 37f7e2bf9..3d60e94be 100644 --- a/keyboards/handwired/pilcrow/keymaps/default/rules.mk +++ b/keyboards/handwired/pilcrow/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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/promethium/keymaps/default/rules.mk b/keyboards/handwired/promethium/keymaps/default/rules.mk index 3778222f5..bb7164f87 100644 --- a/keyboards/handwired/promethium/keymaps/default/rules.mk +++ b/keyboards/handwired/promethium/keymaps/default/rules.mk | |||
@@ -1,9 +1,3 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
8 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/handwired/promethium/keymaps/readme.md b/keyboards/handwired/promethium/keymaps/readme.md deleted file mode 100644 index 527691389..000000000 --- a/keyboards/handwired/promethium/keymaps/readme.md +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # How to add your own keymap | ||
2 | |||
3 | Folders can be named however you'd like (will be approved upon merging), or should follow the format with a preceding `_`: | ||
4 | |||
5 | _[ISO 3166-1 alpha-2 code*]_[layout variant]_[layout name/author] | ||
6 | |||
7 | \* See full list: https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements | ||
8 | |||
9 | and contain the following files: | ||
10 | |||
11 | * `keymap.c` | ||
12 | * `readme.md` *recommended* | ||
13 | * `config.h` *optional*, found automatically when compiling | ||
14 | * `Makefile` *optional*, found automatically when compling | ||
15 | |||
16 | When adding your keymap to this list, keep it organised alphabetically (select list, edit->sort lines), and use this format: | ||
17 | |||
18 | * **folder_name** description | ||
19 | |||
20 | # List of Promethium keymaps | ||
21 | |||
22 | |||
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index 29b8e104f..30d00878c 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk | |||
@@ -8,8 +8,7 @@ F_CPU = 8000000 | |||
8 | BOOTLOADER = caterina | 8 | BOOTLOADER = caterina |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # change to "no" to disable the options, or define them in the Makefile in | 11 | # change yes to no to disable |
12 | # the appropriate keymap folder that will get included automatically | ||
13 | # | 12 | # |
14 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
15 | MOUSEKEY_ENABLE = no # Mouse keys | 14 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/handwired/qc60/rules.mk b/keyboards/handwired/qc60/rules.mk index 3d2c0f19d..cf36a0f57 100644 --- a/keyboards/handwired/qc60/rules.mk +++ b/keyboards/handwired/qc60/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/handwired/splittest/rules.mk b/keyboards/handwired/splittest/rules.mk index a65265e85..5d2ae6d34 100644 --- a/keyboards/handwired/splittest/rules.mk +++ b/keyboards/handwired/splittest/rules.mk | |||
@@ -1,6 +1,5 @@ | |||
1 | # Build Options | 1 | # Build Options |
2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change yes to no to disable |
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | 3 | # |
5 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
6 | MOUSEKEY_ENABLE = no # Mouse keys | 5 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/handwired/xealous/rules.mk b/keyboards/handwired/xealous/rules.mk index 1aaae37f5..f69ba479e 100644 --- a/keyboards/handwired/xealous/rules.mk +++ b/keyboards/handwired/xealous/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/helix/pico/keymaps/default/rules.mk b/keyboards/helix/pico/keymaps/default/rules.mk index 8a4a0df28..b50519fef 100644 --- a/keyboards/helix/pico/keymaps/default/rules.mk +++ b/keyboards/helix/pico/keymaps/default/rules.mk | |||
@@ -1,10 +1,3 @@ | |||
1 | # QMK Standard Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
6 | # See TOP/docs/config_options.md for more information. | ||
7 | # | ||
8 | EXTRAKEY_ENABLE = yes # Audio control and System control | 1 | EXTRAKEY_ENABLE = yes # Audio control and System control |
9 | AUDIO_ENABLE = yes # Audio output | 2 | AUDIO_ENABLE = yes # Audio output |
10 | LTO_ENABLE = no # if firmware size over limit, try this option | 3 | LTO_ENABLE = no # if firmware size over limit, try this option |
diff --git a/keyboards/helix/rev2/keymaps/default/rules.mk b/keyboards/helix/rev2/keymaps/default/rules.mk index 58b43a6bd..2aa62bc83 100644 --- a/keyboards/helix/rev2/keymaps/default/rules.mk +++ b/keyboards/helix/rev2/keymaps/default/rules.mk | |||
@@ -1,10 +1,3 @@ | |||
1 | # QMK Standard Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
6 | # See TOP/docs/config_options.md for more information. | ||
7 | # | ||
8 | LTO_ENABLE = yes # if firmware size over limit, try this option | 1 | LTO_ENABLE = yes # if firmware size over limit, try this option |
9 | 2 | ||
10 | # Helix Spacific Build Options | 3 | # Helix Spacific Build Options |
diff --git a/keyboards/helix/rev2/keymaps/five_rows/rules.mk b/keyboards/helix/rev2/keymaps/five_rows/rules.mk index 8a091605a..e4d0390c3 100644 --- a/keyboards/helix/rev2/keymaps/five_rows/rules.mk +++ b/keyboards/helix/rev2/keymaps/five_rows/rules.mk | |||
@@ -1,10 +1,3 @@ | |||
1 | # QMK Standard Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
6 | # See TOP/docs/config_options.md for more information. | ||
7 | # | ||
8 | CONSOLE_ENABLE = no # Console for debug | 1 | CONSOLE_ENABLE = no # Console for debug |
9 | COMMAND_ENABLE = no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
10 | # CONSOLE_ENABLE and COMMAND_ENABLE | 3 | # CONSOLE_ENABLE and COMMAND_ENABLE |
diff --git a/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk b/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk index 7c4a7b604..3ef6f8236 100644 --- a/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk +++ b/keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk | |||
@@ -1,10 +1,3 @@ | |||
1 | # QMK Standard Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | # See TOP/keyboards/helix/rules.mk for a list of options that can be set. | ||
6 | # See TOP/docs/config_options.md for more information. | ||
7 | # | ||
8 | LTO_ENABLE = no # if firmware size over limit, try this option | 1 | LTO_ENABLE = no # if firmware size over limit, try this option |
9 | 2 | ||
10 | # Helix Spacific Build Options | 3 | # Helix Spacific Build Options |
diff --git a/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk b/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk index b0cca7912..3f3bd9a9a 100644 --- a/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk +++ b/keyboards/helix/rev3_5rows/keymaps/five_rows/rules.mk | |||
@@ -1,9 +1,3 @@ | |||
1 | # QMK Standard Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | # See TOP/docs/config_options.md for more information. | ||
6 | # | ||
7 | CONSOLE_ENABLE = no # Console for debug | 1 | CONSOLE_ENABLE = no # Console for debug |
8 | COMMAND_ENABLE = no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
9 | # CONSOLE_ENABLE and COMMAND_ENABLE | 3 | # CONSOLE_ENABLE and COMMAND_ENABLE |
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk index 1ba570e55..74dd66bec 100644 --- a/keyboards/helix/rules.mk +++ b/keyboards/helix/rules.mk | |||
@@ -4,9 +4,8 @@ MCU = atmega32u4 | |||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # QMK Standard Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | # See TOP/docs/config_options.md for more information. | 10 | # See TOP/docs/config_options.md for more information. |
12 | # | 11 | # |
diff --git a/keyboards/hifumi/rules.mk b/keyboards/hifumi/rules.mk index 09e9bba8c..6a542036f 100644 --- a/keyboards/hifumi/rules.mk +++ b/keyboards/hifumi/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/ivy/rules.mk b/keyboards/ivy/rules.mk index 536f548c8..d5c438bd9 100644 --- a/keyboards/ivy/rules.mk +++ b/keyboards/ivy/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/keebio/bfo9000/rules.mk b/keyboards/keebio/bfo9000/rules.mk index 9465ed848..bd15fc050 100644 --- a/keyboards/keebio/bfo9000/rules.mk +++ b/keyboards/keebio/bfo9000/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/keebio/fourier/rules.mk b/keyboards/keebio/fourier/rules.mk index 4eb89e278..d3803daa9 100644 --- a/keyboards/keebio/fourier/rules.mk +++ b/keyboards/keebio/fourier/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/keebio/iris/rev1/rules.mk b/keyboards/keebio/iris/rev1/rules.mk index 9ae12f328..6f90e6a1a 100644 --- a/keyboards/keebio/iris/rev1/rules.mk +++ b/keyboards/keebio/iris/rev1/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/keebio/iris/rev1_led/rules.mk b/keyboards/keebio/iris/rev1_led/rules.mk index 9ae12f328..6f90e6a1a 100644 --- a/keyboards/keebio/iris/rev1_led/rules.mk +++ b/keyboards/keebio/iris/rev1_led/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/keebio/iris/rev2/rules.mk b/keyboards/keebio/iris/rev2/rules.mk index bd7cf0bde..abf7d1635 100644 --- a/keyboards/keebio/iris/rev2/rules.mk +++ b/keyboards/keebio/iris/rev2/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/keebio/iris/rev3/rules.mk b/keyboards/keebio/iris/rev3/rules.mk index 752cc8b53..a6b9301e2 100644 --- a/keyboards/keebio/iris/rev3/rules.mk +++ b/keyboards/keebio/iris/rev3/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/keebio/iris/rev4/rules.mk b/keyboards/keebio/iris/rev4/rules.mk index b0343deeb..cef77cff3 100644 --- a/keyboards/keebio/iris/rev4/rules.mk +++ b/keyboards/keebio/iris/rev4/rules.mk | |||
@@ -5,10 +5,8 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | |||
12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/keebio/laplace/rules.mk b/keyboards/keebio/laplace/rules.mk index c418fcfe3..0e25b87ae 100644 --- a/keyboards/keebio/laplace/rules.mk +++ b/keyboards/keebio/laplace/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/keebio/levinson/rules.mk b/keyboards/keebio/levinson/rules.mk index e6b333af9..fed381bce 100644 --- a/keyboards/keebio/levinson/rules.mk +++ b/keyboards/keebio/levinson/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/keebio/nyquist/rev1/rules.mk b/keyboards/keebio/nyquist/rev1/rules.mk index fb5e2515b..dea67ab15 100644 --- a/keyboards/keebio/nyquist/rev1/rules.mk +++ b/keyboards/keebio/nyquist/rev1/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/keebio/nyquist/rev2/rules.mk b/keyboards/keebio/nyquist/rev2/rules.mk index 0c4580740..fbe65d9ce 100644 --- a/keyboards/keebio/nyquist/rev2/rules.mk +++ b/keyboards/keebio/nyquist/rev2/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/keebio/nyquist/rev3/rules.mk b/keyboards/keebio/nyquist/rev3/rules.mk index 85b9104c6..c4e98308a 100644 --- a/keyboards/keebio/nyquist/rev3/rules.mk +++ b/keyboards/keebio/nyquist/rev3/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/keebio/viterbi/rules.mk b/keyboards/keebio/viterbi/rules.mk index e5c29159f..984227c97 100644 --- a/keyboards/keebio/viterbi/rules.mk +++ b/keyboards/keebio/viterbi/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/keebio/wavelet/rules.mk b/keyboards/keebio/wavelet/rules.mk index 82a765bf9..acf75e270 100644 --- a/keyboards/keebio/wavelet/rules.mk +++ b/keyboards/keebio/wavelet/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/kinesis/keymaps/default/rules.mk b/keyboards/kinesis/keymaps/default/rules.mk index 69e27bd2b..e8c897438 100644 --- a/keyboards/kinesis/keymaps/default/rules.mk +++ b/keyboards/kinesis/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kinesis/keymaps/default_pretty/rules.mk b/keyboards/kinesis/keymaps/default_pretty/rules.mk index 69e27bd2b..e8c897438 100644 --- a/keyboards/kinesis/keymaps/default_pretty/rules.mk +++ b/keyboards/kinesis/keymaps/default_pretty/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/ansi/rules.mk b/keyboards/kona_classic/keymaps/ansi/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/ansi/rules.mk +++ b/keyboards/kona_classic/keymaps/ansi/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/ansi_arrows/rules.mk b/keyboards/kona_classic/keymaps/ansi_arrows/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/ansi_arrows/rules.mk +++ b/keyboards/kona_classic/keymaps/ansi_arrows/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/ansi_arrows_lcap/rules.mk b/keyboards/kona_classic/keymaps/ansi_arrows_lcap/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/ansi_arrows_lcap/rules.mk +++ b/keyboards/kona_classic/keymaps/ansi_arrows_lcap/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/ansi_split/rules.mk b/keyboards/kona_classic/keymaps/ansi_split/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/ansi_split/rules.mk +++ b/keyboards/kona_classic/keymaps/ansi_split/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/ansi_split_arrows/rules.mk b/keyboards/kona_classic/keymaps/ansi_split_arrows/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/ansi_split_arrows/rules.mk +++ b/keyboards/kona_classic/keymaps/ansi_split_arrows/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/default/rules.mk b/keyboards/kona_classic/keymaps/default/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/default/rules.mk +++ b/keyboards/kona_classic/keymaps/default/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/iso/rules.mk b/keyboards/kona_classic/keymaps/iso/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/iso/rules.mk +++ b/keyboards/kona_classic/keymaps/iso/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/iso_arrows/rules.mk b/keyboards/kona_classic/keymaps/iso_arrows/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/iso_arrows/rules.mk +++ b/keyboards/kona_classic/keymaps/iso_arrows/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/iso_split/rules.mk b/keyboards/kona_classic/keymaps/iso_split/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/iso_split/rules.mk +++ b/keyboards/kona_classic/keymaps/iso_split/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/kona_classic/keymaps/iso_split_arrows/rules.mk b/keyboards/kona_classic/keymaps/iso_split_arrows/rules.mk index 59881821a..3a80e77fc 100644 --- a/keyboards/kona_classic/keymaps/iso_split_arrows/rules.mk +++ b/keyboards/kona_classic/keymaps/iso_split_arrows/rules.mk | |||
@@ -1,23 +1,3 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
22 | MOUSEKEY_ENABLE = yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
23 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/laptreus/rules.mk b/keyboards/laptreus/rules.mk index 8f13f135c..4fbd99291 100644 --- a/keyboards/laptreus/rules.mk +++ b/keyboards/laptreus/rules.mk | |||
@@ -8,8 +8,7 @@ F_CPU = 8000000 | |||
8 | BOOTLOADER = caterina | 8 | BOOTLOADER = caterina |
9 | 9 | ||
10 | # Build Options | 10 | # Build Options |
11 | # change to "no" to disable the options, or define them in the Makefile in | 11 | # change yes to no to disable |
12 | # the appropriate keymap folder that will get included automatically | ||
13 | # | 12 | # |
14 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
15 | MOUSEKEY_ENABLE = no # Mouse keys | 14 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/launchpad/rules.mk b/keyboards/launchpad/rules.mk index 99d19044b..58dc78d3d 100644 --- a/keyboards/launchpad/rules.mk +++ b/keyboards/launchpad/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/lets_split/rules.mk b/keyboards/lets_split/rules.mk index 1101d9217..97dbb344c 100644 --- a/keyboards/lets_split/rules.mk +++ b/keyboards/lets_split/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/lets_split_eh/rules.mk b/keyboards/lets_split_eh/rules.mk index 74f5c3273..d87f2e945 100644 --- a/keyboards/lets_split_eh/rules.mk +++ b/keyboards/lets_split_eh/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/lfkeyboards/lfk78/keymaps/ca178858/rules.mk b/keyboards/lfkeyboards/lfk78/keymaps/ca178858/rules.mk index edc7f0d94..b75545b27 100644 --- a/keyboards/lfkeyboards/lfk78/keymaps/ca178858/rules.mk +++ b/keyboards/lfkeyboards/lfk78/keymaps/ca178858/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/ca178858/rules.mk b/keyboards/lfkeyboards/lfk87/keymaps/ca178858/rules.mk index 58d7fd5ee..f764a2fcd 100644 --- a/keyboards/lfkeyboards/lfk87/keymaps/ca178858/rules.mk +++ b/keyboards/lfkeyboards/lfk87/keymaps/ca178858/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/default/rules.mk b/keyboards/lfkeyboards/lfk87/keymaps/default/rules.mk index 4d97a284c..8247fa9c5 100644 --- a/keyboards/lfkeyboards/lfk87/keymaps/default/rules.mk +++ b/keyboards/lfkeyboards/lfk87/keymaps/default/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/gbchk/rules.mk b/keyboards/lfkeyboards/lfk87/keymaps/gbchk/rules.mk index e9764be26..ed7e87b65 100644 --- a/keyboards/lfkeyboards/lfk87/keymaps/gbchk/rules.mk +++ b/keyboards/lfkeyboards/lfk87/keymaps/gbchk/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/iso/rules.mk b/keyboards/lfkeyboards/lfk87/keymaps/iso/rules.mk index debde0283..9a5f2b8b5 100644 --- a/keyboards/lfkeyboards/lfk87/keymaps/iso/rules.mk +++ b/keyboards/lfkeyboards/lfk87/keymaps/iso/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/lfkeyboards/lfk87/rules.mk b/keyboards/lfkeyboards/lfk87/rules.mk index a6fb290d0..715a86dc5 100644 --- a/keyboards/lfkeyboards/lfk87/rules.mk +++ b/keyboards/lfkeyboards/lfk87/rules.mk | |||
@@ -15,10 +15,8 @@ SRC = TWIlib.c issi.c lighting.c | |||
15 | LAYOUTS = tkl_ansi tkl_iso | 15 | LAYOUTS = tkl_ansi tkl_iso |
16 | 16 | ||
17 | # Build Options | 17 | # Build Options |
18 | # change to "no" to disable the options, or define them in the Makefile in | 18 | # change yes to no to disable |
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | 19 | # |
21 | |||
22 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 20 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
23 | MOUSEKEY_ENABLE = no # Mouse keys | 21 | MOUSEKEY_ENABLE = no # Mouse keys |
24 | EXTRAKEY_ENABLE = yes # Audio control and System control | 22 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/lfkeyboards/mini1800/keymaps/ca178858/rules.mk b/keyboards/lfkeyboards/mini1800/keymaps/ca178858/rules.mk index 3e3fc641a..ce585ffc7 100644 --- a/keyboards/lfkeyboards/mini1800/keymaps/ca178858/rules.mk +++ b/keyboards/lfkeyboards/mini1800/keymaps/ca178858/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
diff --git a/keyboards/lfkeyboards/mini1800/keymaps/default/rules.mk b/keyboards/lfkeyboards/mini1800/keymaps/default/rules.mk index d8092db6e..daa8524d3 100644 --- a/keyboards/lfkeyboards/mini1800/keymaps/default/rules.mk +++ b/keyboards/lfkeyboards/mini1800/keymaps/default/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
7 | MOUSEKEY_ENABLE = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
8 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/lily58/keymaps/default/rules.mk b/keyboards/lily58/keymaps/default/rules.mk index 73d1ff27d..ef3de8dcc 100644 --- a/keyboards/lily58/keymaps/default/rules.mk +++ b/keyboards/lily58/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
7 | EXTRAKEY_ENABLE = no # Audio control and System control | 3 | EXTRAKEY_ENABLE = no # Audio control and System control |
diff --git a/keyboards/lily58/rules.mk b/keyboards/lily58/rules.mk index 8e1c80ad7..6a99e92b2 100644 --- a/keyboards/lily58/rules.mk +++ b/keyboards/lily58/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/maxr1998/phoebe/rules.mk b/keyboards/maxr1998/phoebe/rules.mk index 1e3b1f0fe..e58439c4f 100644 --- a/keyboards/maxr1998/phoebe/rules.mk +++ b/keyboards/maxr1998/phoebe/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/maxr1998/pulse4k/rules.mk b/keyboards/maxr1998/pulse4k/rules.mk index 8dc8ac097..233bade96 100644 --- a/keyboards/maxr1998/pulse4k/rules.mk +++ b/keyboards/maxr1998/pulse4k/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/newgame40/rules.mk b/keyboards/newgame40/rules.mk index 683b93555..83854a493 100644 --- a/keyboards/newgame40/rules.mk +++ b/keyboards/newgame40/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/niu_mini/keymaps/readme.md b/keyboards/niu_mini/keymaps/readme.md deleted file mode 100644 index 6cfda6fe0..000000000 --- a/keyboards/niu_mini/keymaps/readme.md +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | # How to add your own keymap | ||
2 | |||
3 | Folders can be named however you'd like (will be approved upon merging), or should follow the format with a preceding `_`: | ||
4 | |||
5 | _[ISO 3166-1 alpha-2 code*]_[layout variant]_[layout name/author] | ||
6 | |||
7 | \* See full list: https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements | ||
8 | |||
9 | and contain the following files: | ||
10 | |||
11 | * `keymap.c` | ||
12 | * `readme.md` *recommended* | ||
13 | * `config.h` *optional*, found automatically when compiling | ||
14 | * `Makefile` *optional*, found automatically when compling | ||
15 | |||
16 | When adding your keymap to this list, keep it organised alphabetically (select list, edit->sort lines), and use this format: | ||
17 | |||
18 | * **folder_name** description | ||
19 | |||
20 | # List of keymaps | ||
21 | - **default** default layout from KBDFans | ||
22 | - **mason** | ||
23 | - **planck** Planck default layout | ||
24 | - **xtonhasvim** A Planck-like layout with a few tweaks and a vim emulation layer. | ||
25 | - **nosarthur** Custom Colemak-dh layout and qwerty layout | ||
diff --git a/keyboards/niu_mini/rules.mk b/keyboards/niu_mini/rules.mk index 0a75c7cb7..c5a2618aa 100644 --- a/keyboards/niu_mini/rules.mk +++ b/keyboards/niu_mini/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/orthodox/rules.mk b/keyboards/orthodox/rules.mk index ab6444d27..54292d4ca 100644 --- a/keyboards/orthodox/rules.mk +++ b/keyboards/orthodox/rules.mk | |||
@@ -2,8 +2,7 @@ | |||
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Build Options | 4 | # Build Options |
5 | # change to "no" to disable the options, or define them in the Makefile in | 5 | # change yes to no to disable |
6 | # the appropriate keymap folder that will get included automatically | ||
7 | # | 6 | # |
8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
9 | MOUSEKEY_ENABLE = yes # Mouse keys | 8 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk index fa431041b..65a61d9b1 100644 --- a/keyboards/planck/ez/rules.mk +++ b/keyboards/planck/ez/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = STM32F303 | |||
5 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/planck/keymaps/readme.md b/keyboards/planck/keymaps/readme.md deleted file mode 100644 index 1d67980a8..000000000 --- a/keyboards/planck/keymaps/readme.md +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # How to add your own keymap | ||
2 | |||
3 | Folders can be named however you'd like (will be approved upon merging), or should follow the format with a preceding `_`: | ||
4 | |||
5 | _[ISO 3166-1 alpha-2 code*]_[layout variant]_[layout name/author] | ||
6 | |||
7 | \* See full list: https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements | ||
8 | |||
9 | and contain the following files: | ||
10 | |||
11 | * `keymap.c` | ||
12 | * `readme.md` *recommended* | ||
13 | * `config.h` *optional*, found automatically when compiling | ||
14 | * `Makefile` *optional*, found automatically when compiling | ||
15 | |||
16 | When adding your keymap to this list, keep it organised alphabetically (select list, edit->sort lines), and use this format: | ||
17 | |||
18 | * **folder_name** description | ||
19 | |||
20 | # List of Planck keymaps | ||
21 | |||
22 | * **default** default Planck layout | ||
23 | * **cbbrowne** cbbrowne's Planck layout | ||
diff --git a/keyboards/planck/light/rules.mk b/keyboards/planck/light/rules.mk index 4038cb011..4bf954ea5 100644 --- a/keyboards/planck/light/rules.mk +++ b/keyboards/planck/light/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/planck/rev1/rules.mk b/keyboards/planck/rev1/rules.mk index 36a1f1f94..ac8ebfbfd 100644 --- a/keyboards/planck/rev1/rules.mk +++ b/keyboards/planck/rev1/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/planck/rev2/rules.mk b/keyboards/planck/rev2/rules.mk index 36a1f1f94..ac8ebfbfd 100644 --- a/keyboards/planck/rev2/rules.mk +++ b/keyboards/planck/rev2/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/planck/rev3/rules.mk b/keyboards/planck/rev3/rules.mk index 36a1f1f94..ac8ebfbfd 100644 --- a/keyboards/planck/rev3/rules.mk +++ b/keyboards/planck/rev3/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/planck/rev4/rules.mk b/keyboards/planck/rev4/rules.mk index 7d827cf68..ca187c3a7 100644 --- a/keyboards/planck/rev4/rules.mk +++ b/keyboards/planck/rev4/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/planck/rev5/rules.mk b/keyboards/planck/rev5/rules.mk index aa3c5d01f..599c0ec2f 100644 --- a/keyboards/planck/rev5/rules.mk +++ b/keyboards/planck/rev5/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk index a5d09c225..5fd6c85c1 100644 --- a/keyboards/planck/rev6/rules.mk +++ b/keyboards/planck/rev6/rules.mk | |||
@@ -6,8 +6,7 @@ BOARD = QMK_PROTON_C | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # change to "no" to disable the options, or define them in the Makefile in | 9 | # change yes to no to disable |
10 | # the appropriate keymap folder that will get included automatically | ||
11 | # | 10 | # |
12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/preonic/rev1/rules.mk b/keyboards/preonic/rev1/rules.mk index 5ebb29768..f84917901 100644 --- a/keyboards/preonic/rev1/rules.mk +++ b/keyboards/preonic/rev1/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/preonic/rev2/rules.mk b/keyboards/preonic/rev2/rules.mk index 72f421c30..ae226a176 100644 --- a/keyboards/preonic/rev2/rules.mk +++ b/keyboards/preonic/rev2/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = qmk-dfu | 5 | BOOTLOADER = qmk-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/preonic/rev3/rules.mk b/keyboards/preonic/rev3/rules.mk index 8026f523f..6ca87cc12 100644 --- a/keyboards/preonic/rev3/rules.mk +++ b/keyboards/preonic/rev3/rules.mk | |||
@@ -6,8 +6,7 @@ BOARD = QMK_PROTON_C | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = stm32-dfu |
7 | 7 | ||
8 | # Build Options | 8 | # Build Options |
9 | # change to "no" to disable the options, or define them in the Makefile in | 9 | # change yes to no to disable |
10 | # the appropriate keymap folder that will get included automatically | ||
11 | # | 10 | # |
12 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/puck/rules.mk b/keyboards/puck/rules.mk index c81fe1b90..b49777011 100644 --- a/keyboards/puck/rules.mk +++ b/keyboards/puck/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/qwertyydox/rules.mk b/keyboards/qwertyydox/rules.mk index a74d1c6e8..fef89b755 100644 --- a/keyboards/qwertyydox/rules.mk +++ b/keyboards/qwertyydox/rules.mk | |||
@@ -1,6 +1,5 @@ | |||
1 | # Build Options | 1 | # Build Options |
2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change yes to no to disable |
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | 3 | # |
5 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
6 | MOUSEKEY_ENABLE = yes # Mouse keys | 5 | MOUSEKEY_ENABLE = yes # Mouse keys |
diff --git a/keyboards/rgbkb/mun/rules.mk b/keyboards/rgbkb/mun/rules.mk index b37a2d9ec..2105be2cd 100644 --- a/keyboards/rgbkb/mun/rules.mk +++ b/keyboards/rgbkb/mun/rules.mk | |||
@@ -7,11 +7,9 @@ SRC += ../common/common_oled.c | |||
7 | QUANTUM_LIB_SRC += i2c_master.c | 7 | QUANTUM_LIB_SRC += i2c_master.c |
8 | 8 | ||
9 | # Build Options | 9 | # Build Options |
10 | # change to "no" to disable the options, or define them in the Makefile in | 10 | # change yes to no to disable |
11 | # the appropriate keymap folder that will get included automatically | ||
12 | # | 11 | # |
13 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 12 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
14 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | ||
15 | MOUSEKEY_ENABLE = no # Mouse keys | 13 | MOUSEKEY_ENABLE = no # Mouse keys |
16 | EXTRAKEY_ENABLE = yes # Audio control and System control | 14 | EXTRAKEY_ENABLE = yes # Audio control and System control |
17 | CONSOLE_ENABLE = yes # Console for debug | 15 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/rgbkb/zen/rules.mk b/keyboards/rgbkb/zen/rules.mk index 0b2c18b18..aa8db708d 100644 --- a/keyboards/rgbkb/zen/rules.mk +++ b/keyboards/rgbkb/zen/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
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 |
diff --git a/keyboards/rgbkb/zygomorph/keymaps/5x6pad/rules.mk b/keyboards/rgbkb/zygomorph/keymaps/5x6pad/rules.mk index ccceffe6a..fe89f3fe6 100644 --- a/keyboards/rgbkb/zygomorph/keymaps/5x6pad/rules.mk +++ b/keyboards/rgbkb/zygomorph/keymaps/5x6pad/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | MOUSEKEY_ENABLE = no # Mouse keys | 1 | MOUSEKEY_ENABLE = no # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 2 | EXTRAKEY_ENABLE = yes # Audio control and System control |
8 | CONSOLE_ENABLE = no # Console for debug | 3 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/rgbkb/zygomorph/keymaps/default/rules.mk b/keyboards/rgbkb/zygomorph/keymaps/default/rules.mk index d5a1561b9..2e9423c72 100644 --- a/keyboards/rgbkb/zygomorph/keymaps/default/rules.mk +++ b/keyboards/rgbkb/zygomorph/keymaps/default/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | MOUSEKEY_ENABLE = no # Mouse keys | 1 | MOUSEKEY_ENABLE = no # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 2 | EXTRAKEY_ENABLE = yes # Audio control and System control |
8 | CONSOLE_ENABLE = no # Console for debug | 3 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/rgbkb/zygomorph/keymaps/default_oled/rules.mk b/keyboards/rgbkb/zygomorph/keymaps/default_oled/rules.mk index 265958f6d..84d1b735b 100644 --- a/keyboards/rgbkb/zygomorph/keymaps/default_oled/rules.mk +++ b/keyboards/rgbkb/zygomorph/keymaps/default_oled/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | MOUSEKEY_ENABLE = no # Mouse keys | 1 | MOUSEKEY_ENABLE = no # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 2 | EXTRAKEY_ENABLE = yes # Audio control and System control |
8 | CONSOLE_ENABLE = no # Console for debug | 3 | CONSOLE_ENABLE = no # Console for debug |
diff --git a/keyboards/subatomic/rules.mk b/keyboards/subatomic/rules.mk index 0aa294528..04c3f88f7 100644 --- a/keyboards/subatomic/rules.mk +++ b/keyboards/subatomic/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = at90usb1286 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/touchpad/rules.mk b/keyboards/touchpad/rules.mk index d6cc1b092..d48dfe037 100644 --- a/keyboards/touchpad/rules.mk +++ b/keyboards/touchpad/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/treadstone32/keymaps/default/rules.mk b/keyboards/treadstone32/keymaps/default/rules.mk index 882ddd697..387a81d04 100644 --- a/keyboards/treadstone32/keymaps/default/rules.mk +++ b/keyboards/treadstone32/keymaps/default/rules.mk | |||
@@ -1,8 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | |||
6 | # If your custom treadstone32 pcb, you can rewrite to yes. | 1 | # If your custom treadstone32 pcb, you can rewrite to yes. |
7 | RGBLIGHT_ENABLE = yes # LED underglow (Enable WS2812 RGB underlight.) | 2 | RGBLIGHT_ENABLE = yes # LED underglow (Enable WS2812 RGB underlight.) |
8 | # Other selectable option | 3 | # Other selectable option |
diff --git a/keyboards/uzu42/rules.mk b/keyboards/uzu42/rules.mk index d8dcf19a6..42a271af7 100644 --- a/keyboards/uzu42/rules.mk +++ b/keyboards/uzu42/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/vitamins_included/rules.mk b/keyboards/vitamins_included/rules.mk index 2187f156d..a7417c547 100644 --- a/keyboards/vitamins_included/rules.mk +++ b/keyboards/vitamins_included/rules.mk | |||
@@ -2,8 +2,7 @@ | |||
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Build Options | 4 | # Build Options |
5 | # change to "no" to disable the options, or define them in the Makefile in | 5 | # change yes to no to disable |
6 | # the appropriate keymap folder that will get included automatically | ||
7 | # | 6 | # |
8 | AUDIO_ENABLE = yes # Audio output | 7 | AUDIO_ENABLE = yes # Audio output |
9 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 8 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
diff --git a/keyboards/waldo/rules.mk b/keyboards/waldo/rules.mk index cfafae6e3..56d5c48bc 100644 --- a/keyboards/waldo/rules.mk +++ b/keyboards/waldo/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wilba_tech/rama_works_koyu/rules.mk b/keyboards/wilba_tech/rama_works_koyu/rules.mk index 0f7497d2e..bd6aa488b 100644 --- a/keyboards/wilba_tech/rama_works_koyu/rules.mk +++ b/keyboards/wilba_tech/rama_works_koyu/rules.mk | |||
@@ -10,8 +10,7 @@ BOOTLOADER = atmel-dfu | |||
10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # change to "no" to disable the options, or define them in the Makefile in | 13 | # change yes to no to disable |
14 | # the appropriate keymap folder that will get included automatically | ||
15 | # | 14 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = no # Mouse keys | 16 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wilba_tech/rama_works_m60_a/rules.mk b/keyboards/wilba_tech/rama_works_m60_a/rules.mk index 115ce6d71..69c2e0948 100644 --- a/keyboards/wilba_tech/rama_works_m60_a/rules.mk +++ b/keyboards/wilba_tech/rama_works_m60_a/rules.mk | |||
@@ -10,8 +10,7 @@ BOOTLOADER = atmel-dfu | |||
10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # change to "no" to disable the options, or define them in the Makefile in | 13 | # change yes to no to disable |
14 | # the appropriate keymap folder that will get included automatically | ||
15 | # | 14 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = no # Mouse keys | 16 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wilba_tech/wt60_b/rules.mk b/keyboards/wilba_tech/wt60_b/rules.mk index 120c819f8..d34e23150 100644 --- a/keyboards/wilba_tech/wt60_b/rules.mk +++ b/keyboards/wilba_tech/wt60_b/rules.mk | |||
@@ -10,8 +10,7 @@ BOOTLOADER = atmel-dfu | |||
10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # change to "no" to disable the options, or define them in the Makefile in | 13 | # change yes to no to disable |
14 | # the appropriate keymap folder that will get included automatically | ||
15 | # | 14 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = no # Mouse keys | 16 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wilba_tech/wt60_bx/rules.mk b/keyboards/wilba_tech/wt60_bx/rules.mk index 120c819f8..d34e23150 100644 --- a/keyboards/wilba_tech/wt60_bx/rules.mk +++ b/keyboards/wilba_tech/wt60_bx/rules.mk | |||
@@ -10,8 +10,7 @@ BOOTLOADER = atmel-dfu | |||
10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # change to "no" to disable the options, or define them in the Makefile in | 13 | # change yes to no to disable |
14 | # the appropriate keymap folder that will get included automatically | ||
15 | # | 14 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = no # Mouse keys | 16 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wilba_tech/wt60_c/rules.mk b/keyboards/wilba_tech/wt60_c/rules.mk index 120c819f8..d34e23150 100644 --- a/keyboards/wilba_tech/wt60_c/rules.mk +++ b/keyboards/wilba_tech/wt60_c/rules.mk | |||
@@ -10,8 +10,7 @@ BOOTLOADER = atmel-dfu | |||
10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # change to "no" to disable the options, or define them in the Makefile in | 13 | # change yes to no to disable |
14 | # the appropriate keymap folder that will get included automatically | ||
15 | # | 14 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = no # Mouse keys | 16 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wilba_tech/zeal60/rules.mk b/keyboards/wilba_tech/zeal60/rules.mk index 5655b293d..7a48a3b58 100644 --- a/keyboards/wilba_tech/zeal60/rules.mk +++ b/keyboards/wilba_tech/zeal60/rules.mk | |||
@@ -10,8 +10,7 @@ BOOTLOADER = atmel-dfu | |||
10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # change to "no" to disable the options, or define them in the Makefile in | 13 | # change yes to no to disable |
14 | # the appropriate keymap folder that will get included automatically | ||
15 | # | 14 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = no # Mouse keys | 16 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/wilba_tech/zeal65/rules.mk b/keyboards/wilba_tech/zeal65/rules.mk index 13a2dc459..2bab6f48c 100644 --- a/keyboards/wilba_tech/zeal65/rules.mk +++ b/keyboards/wilba_tech/zeal65/rules.mk | |||
@@ -10,8 +10,7 @@ BOOTLOADER = atmel-dfu | |||
10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | 10 | OPT_DEFS += -DNO_SUSPEND_POWER_DOWN |
11 | 11 | ||
12 | # Build Options | 12 | # Build Options |
13 | # change to "no" to disable the options, or define them in the Makefile in | 13 | # change yes to no to disable |
14 | # the appropriate keymap folder that will get included automatically | ||
15 | # | 14 | # |
16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
17 | MOUSEKEY_ENABLE = no # Mouse keys | 16 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/xw60/rules.mk b/keyboards/xw60/rules.mk index 982b378ad..4d65b4075 100644 --- a/keyboards/xw60/rules.mk +++ b/keyboards/xw60/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
10 | # | 9 | # |
11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
12 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
diff --git a/keyboards/yosino58/rules.mk b/keyboards/yosino58/rules.mk index c44400d45..76e4a2519 100644 --- a/keyboards/yosino58/rules.mk +++ b/keyboards/yosino58/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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/zinc/keymaps/default/rules.mk b/keyboards/zinc/keymaps/default/rules.mk index 20169cc0d..b94e45d12 100644 --- a/keyboards/zinc/keymaps/default/rules.mk +++ b/keyboards/zinc/keymaps/default/rules.mk | |||
@@ -1,7 +1,3 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile 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 = no # Mouse keys | 2 | MOUSEKEY_ENABLE = no # Mouse keys |
7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
diff --git a/keyboards/zinc/rules.mk b/keyboards/zinc/rules.mk index 4251103e6..9d3a314b1 100644 --- a/keyboards/zinc/rules.mk +++ b/keyboards/zinc/rules.mk | |||
@@ -5,8 +5,7 @@ MCU = atmega32u4 | |||
5 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
6 | 6 | ||
7 | # Build Options | 7 | # Build Options |
8 | # change to "no" to disable the options, or define them in the Makefile in | 8 | # change yes to no to disable |
9 | # the appropriate keymap folder that will get included automatically | ||
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 |