qmk-keychron-q3-colemak-dh/keyboards/xd75/keymaps
James Young a03aa301de
Remove Full Bootmagic (#13846)
* disambiguate Bootmagic rules in keymaps

The files edited by this commit were added at a point in time where `BOOTMAGIC_ENABLE = yes` enabled full Bootmagic.

This commit edits the files to specify that full Bootmagic is intended.

* remove BOOTMAGIC_ENABLE=full setting

* unify commented BOOTMAGIC_ENABLE rules in keyboards

Explicitly sets `BOOTMAGIC_ENABLE = no` in keyboards where the rule was commented out.

Command:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#[ \t]*\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-zA-Z]\+\).*;\1 = no       # Virtual DIP switch configuration;g' {} +
```

* remove commented Bootmagic rules from keymap/user level

Command:

```
find keyboards/ layouts/ users/ -type f -name 'rules.mk' -exec sed -i -e '/#.*\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*/d' {} +
```

* update keyboard BOOTMAGIC_ENABLE rule formatting

Sets the formatting of BOOTMAGIC_ENABLE rules to `BOOTMAGIC_ENABLE = [value]`, without the inline comments (which will be replaced later).

Command:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*;\1 = \2;g' '{}' +
```

* update keyboards' BOOTMAGIC_ENABLE settings

Updates keyboard `rules.mk` files to use `BOOTMAGIC_ENABLE = lite` where `BOOTMAGIC_ENABLE = full` was being used.

Command:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = \)full;\1lite;g' '{}' +
```

* update keymap/user BOOTMAGIC_ENABLE settings

Updates keymap/user `rules.mk` files to use `BOOTMAGIC_ENABLE = lite` where `BOOTMAGIC_ENABLE = full` was being used.

Commands:

```
find keyboards/ -type f -name 'rules.mk' -and -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE[ \t=]\+\)full;\1lite;g' '{}' +
find layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE[ \t=]\+\)full;\1lite;g' '{}' +
```

* remove and replace inline comments in keyboards and keymap/user files

Removes and replaces the inline comments, which have been updated to read `Enable Bootmagic Lite`.

Commands:

```
find keyboards/ -type f -name 'rules.mk' -and -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*;\1 = \2;g' '{}' +
find layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*;\1 = \2;g' '{}' +
find keyboards/ layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = lite\);\1     # Enable Bootmagic Lite;g' '{}' +
find keyboards/ layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = yes\);\1      # Enable Bootmagic Lite;g' '{}' +
find keyboards/ layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = no\);\1       # Enable Bootmagic Lite;g' '{}' +
```

* rename improperly named makefiles

Some files intended to be used as makefiles had improper names causing them to not be used as intended when building.

This commit corrects the filenames of the affected files.

* update renamed file with new rule formatting

* update QMK's template files

Updates QMK's `rules.mk` templates to use the new inline comment.

* update QMK Docs

- remove documentation of full Bootmagic
- update links to Bootmagic Lite doc
- add doc for Magic Keycodes

* rules.mk patch for coarse/ixora and coarse/vinta
2021-08-06 23:59:56 -07:00
..
4sstylz Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
adi 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
arpinfidel Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
atomic_style 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
atomic_style_jp [Keymap] add new keymap (xd75 atomic style japanese layout) (#7944)i 2020-01-30 20:21:33 -08:00
bbaserdem [Keyboard] XD75 refactor (#5420) 2019-03-17 10:04:50 -07:00
billypython Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
boy_314 Remove unused action_get_macro() usages in user files (#11165) 2021-01-11 01:25:45 -08:00
bramver 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
bulbizarre [Keymap] Xd75 bulbizarre keymap (#6525) 2019-08-14 12:10:44 -07:00
buzzlighter1 Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
c4software_bepo keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
cbbrowne Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
clanghans XD75 clanghans layout (#9313) 2020-06-10 05:11:01 +10:00
colinta [Keyboard] XD75 refactor (#5420) 2019-03-17 10:04:50 -07:00
daniel 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
davidrambo [Keymap] Update personal keymaps, add Corne keymap, and update non-kc LAYOUT for Iris (#12273) 2021-07-02 22:30:32 -07:00
default 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
developper_bepo keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
dyn_macro_tap_dance Remove unused action_get_macro() usages in user files (#11165) 2021-01-11 01:25:45 -08:00
emilyh 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
ericgebhart [Keymap] Added Xd75 and viterbi keymaps,refactored my userspace. (#8776) 2020-04-28 02:58:42 -07:00
fabian Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
french keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
germanized Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
hybrid [Keymap] new keymap for XD75 (#8675) 2020-06-17 18:32:02 -07:00
jarred 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
kim-kim Remove unused action_get_macro() usages in user files (#11165) 2021-01-11 01:25:45 -08:00
kim-kim-xd73 Remove unused action_get_macro() usages in user files (#11165) 2021-01-11 01:25:45 -08:00
kloki Remove unused action_get_macro() usages in user files (#11165) 2021-01-11 01:25:45 -08:00
markus Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
msiu 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
mtdjr Remove DESCRIPTION, W-Z (#11633) 2021-01-20 12:41:34 +11:00
neothefox added olkb_style layout for XD75 (#8409) 2020-03-14 13:32:26 +00:00
odyssey [Keymap] Personal xd75 keymap "Odyssey" (#6830) 2019-09-27 06:58:05 -07:00
pitty keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
revok75 Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
scheiklp Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
skewwhiffy keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
tdl-jturner [Bug] Develop - Change uint32_t to layer_state_t (#13596) 2021-07-19 09:50:55 -07:00
tomswartz07 xd75re Multi-layer keymap (#10499) 2020-10-01 19:25:30 +01:00
via 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
xo [Keymap] Yet another xd75 keymap (#6734) 2019-09-14 20:14:16 -07:00