1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/keebio/iris/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
..
333fred [Keymap] Added 333fred 5x6_5 keymap (#10272) 2020-10-04 12:24:35 -07:00
antonlindstrom keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
ave-63
blucky Audio system overhaul (#11820) 2021-02-15 09:40:38 +11:00
bmoorey
boo [Keymap] Add iris keymap 'boo' (#12749) 2021-05-13 10:51:57 -07:00
compilation-error [Keymap] Keebio Iris rev4 - keymap with dual encoder support (#13063) 2021-06-15 21:54:36 -07:00
csc027 [Keymap] csc027/keymap-updates (#12694) 2021-05-13 20:54:41 -07: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
dcompact 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
ddone Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
default 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
drashna Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
dvorak [Keymap] Dvorak for Keeb.io Iris (#8863) 2020-04-23 21:07:58 +01:00
edvorakjp Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
eosti update eosti keymaps (#10610) 2020-10-15 03:08:28 +01:00
fluffactually Add new iris keymap 'fluffactually' (#9325) 2020-06-10 18:45:22 +01:00
fsck
gary 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
gsigler
hbbisenieks 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
impstyle
isolike
jasondunsmore 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
jasonkrasavage
jerryhcooke 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
jhelvy 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
khitsule 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
khord
krusli
manna-harbour_miryoku [Keymap] Update Miryoku (#13307) 2021-07-03 09:09:02 -07:00
mattly mattly goes windows (#9677) 2020-07-21 17:08:56 -07:00
mnil [Keymap] Add my keymaps for the Keebio Iris and Planck (#13005) 2021-06-18 17:55:56 -07:00
mojitas 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
moonfall
nstickney [Bug] Develop - Change uint32_t to layer_state_t (#13596) 2021-07-19 09:50:55 -07:00
olligranlund_nordic Merge remote-tracking branch 'origin/master' into develop 2021-07-16 16:40:05 +00:00
olligranlund_nordic_v2 [Keyboard] Neito + my DZ60 keymap tweaks (#11773) 2021-07-16 09:39:35 -07:00
omgvee
osiris 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
pvinis 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
rs 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
sethBarberee 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
via 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
vyolle Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
wanleg
xyverz 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
yoonbae81 Update keymap for Keebio/iris4/rev4 (#10062) 2020-08-19 09:13:55 +10:00