diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-04 21:18:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 08:18:09 +1100 |
| commit | 84ea77ead663624a6d8ae451ca3d4318008d9d41 (patch) | |
| tree | 1c869a8452ab33baebc7ffa24d88200d0087d998 /users | |
| parent | 4b6db33a1df798c8895f623937aa61233f1516cc (diff) | |
| download | qmk_firmware-84ea77ead663624a6d8ae451ca3d4318008d9d41.tar.gz qmk_firmware-84ea77ead663624a6d8ae451ca3d4318008d9d41.zip | |
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
* remove BOOTMAGIC_ENABLE=lite setting
* change keyboard BOOTMAGIC_ENABLE rules
Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keyboard BOOTMAGIC_ENABLE inline comments
Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".
* change keymap BOOTMAGIC_ENABLE rules
Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keymap BOOTMAGIC_ENABLE inline comments
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* change layout/user BOOTMAGIC_ENABLE rules/comments
Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/
* remove docs references to Full Bootmagic
* convert data-driven Bootmagic Lite instances
* remove Bootmagic Lite bodge from data-driven generation
* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a
* update docs/ja/config_options.md per mtei
* update docs/faq_misc.md per mtei
Remove remaining Full Bootmagic reference.
Diffstat (limited to 'users')
| -rw-r--r-- | users/bcat/rules.mk | 2 | ||||
| -rw-r--r-- | users/nstickney/rules.mk | 2 | ||||
| -rw-r--r-- | users/ridingqwerty/rules.mk | 2 | ||||
| -rw-r--r-- | users/spidey3/rules.mk | 2 | ||||
| -rw-r--r-- | users/talljoe/rules.mk | 2 | ||||
| -rw-r--r-- | users/tominabox1/rules.mk | 2 | ||||
| -rw-r--r-- | users/yanfali/rules.mk | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk index 651ee96fe..12c9a89bf 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SRC += bcat.c | 1 | SRC += bcat.c |
| 2 | 2 | ||
| 3 | # Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM. | 3 | # Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM. |
| 4 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 5 | 5 | ||
| 6 | # Enable media keys on all keyboards. | 6 | # Enable media keys on all keyboards. |
| 7 | EXTRAKEY_ENABLE = yes | 7 | EXTRAKEY_ENABLE = yes |
diff --git a/users/nstickney/rules.mk b/users/nstickney/rules.mk index 6b3671ddb..cad245cc2 100644 --- a/users/nstickney/rules.mk +++ b/users/nstickney/rules.mk | |||
| @@ -26,7 +26,7 @@ LTO_ENABLE = yes | |||
| 26 | 26 | ||
| 27 | # https://beta.docs.qmk.fm/developing-qmk/qmk-reference/getting_started_make_guide#rules-mk-options | 27 | # https://beta.docs.qmk.fm/developing-qmk/qmk-reference/getting_started_make_guide#rules-mk-options |
| 28 | AUDIO_ENABLE = no | 28 | AUDIO_ENABLE = no |
| 29 | BOOTMAGIC_ENABLE = no | 29 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
| 30 | COMMAND_ENABLE = no | 30 | COMMAND_ENABLE = no |
| 31 | CONSOLE_ENABLE = no | 31 | CONSOLE_ENABLE = no |
| 32 | MOUSEKEY_ENABLE = no | 32 | MOUSEKEY_ENABLE = no |
diff --git a/users/ridingqwerty/rules.mk b/users/ridingqwerty/rules.mk index 93b88068e..cc53f3f53 100644 --- a/users/ridingqwerty/rules.mk +++ b/users/ridingqwerty/rules.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SRC += ridingqwerty.c \ | 1 | SRC += ridingqwerty.c \ |
| 2 | process_records.c | 2 | process_records.c |
| 3 | 3 | ||
| 4 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 5 | CONSOLE_ENABLE = no | 5 | CONSOLE_ENABLE = no |
| 6 | COMMAND_ENABLE = no | 6 | COMMAND_ENABLE = no |
| 7 | UNICODE_ENABLE = no # "yes" in Atreus default keymap, blocking UNICODEMAP_ENABLE | 7 | UNICODE_ENABLE = no # "yes" in Atreus default keymap, blocking UNICODEMAP_ENABLE |
diff --git a/users/spidey3/rules.mk b/users/spidey3/rules.mk index 69327038b..de8ed113e 100644 --- a/users/spidey3/rules.mk +++ b/users/spidey3/rules.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 2 | CONSOLE_ENABLE = yes # Console for debug | 2 | CONSOLE_ENABLE = yes # Console for debug |
| 3 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 3 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 4 | LTO_ENABLE = yes | 4 | LTO_ENABLE = yes |
diff --git a/users/talljoe/rules.mk b/users/talljoe/rules.mk index 632e725b7..9338568b9 100644 --- a/users/talljoe/rules.mk +++ b/users/talljoe/rules.mk | |||
| @@ -13,4 +13,4 @@ TAP_DANCE_ENABLE=yes | |||
| 13 | CONSOLE_ENABLE=no | 13 | CONSOLE_ENABLE=no |
| 14 | COMMAND_ENABLE=no | 14 | COMMAND_ENABLE=no |
| 15 | DYNAMIC_KEYMAP_ENABLE=no | 15 | DYNAMIC_KEYMAP_ENABLE=no |
| 16 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
diff --git a/users/tominabox1/rules.mk b/users/tominabox1/rules.mk index 160dcce7b..1df563464 100644 --- a/users/tominabox1/rules.mk +++ b/users/tominabox1/rules.mk | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | CONSOLE_ENABLE = no | 5 | CONSOLE_ENABLE = no |
| 6 | TAP_DANCE_ENABLE = yes | 6 | TAP_DANCE_ENABLE = yes |
| 7 | NKRO_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 8 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 8 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 9 | 9 | ||
| 10 | ifeq ($(strip $(KEYBOARD)), crkbd/rev1) | 10 | ifeq ($(strip $(KEYBOARD)), crkbd/rev1) |
| 11 | RGB_MATRIX_ENABLE = yes | 11 | RGB_MATRIX_ENABLE = yes |
diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index 631dda4fb..6c0c48c76 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 2 | DYNAMIC_KEYMAP_ENABLE = no | 2 | DYNAMIC_KEYMAP_ENABLE = no |
| 3 | LTO_ENABLE = yes | 3 | LTO_ENABLE = yes |
| 4 | AUDIO_ENABLE = no | 4 | AUDIO_ENABLE = no |
