qmk_firmware/layouts/community/ergodox
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 Remove QMK_KEYBOARD_CONFIG_H (#11576) 2021-01-22 19:32:10 +00:00
ab
absenth
adam Remove QMK_KEYBOARD_CONFIG_H (#11576) 2021-01-22 19:32:10 +00:00
adnw_k_o_y keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
adnw_p_u_q keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
albert Remove QMK_KEYBOARD_CONFIG_H (#11576) 2021-01-22 19:32:10 +00:00
alexjj
algernon Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
andrew_osx
belak
bepo keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
bepo_alt keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
bepo_csa keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
berfarah Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
bocaj Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
bryan
choromanski
coderkun_neo2 Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
colemak
colemak_code_friendly Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
colemak_osx_pc_no Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
colemak_programmer
common_nighthawk
csharp_dev
dave
deadcyclo Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
dragon788
drashna Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
dvorak
dvorak_emacs
dvorak_emacs_software
dvorak_intl_squisher
dvorak_plover
dvorak_programmer Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
dvorak_programmer_swe keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
dvorak_spanish
dvorak_svorak_a5 keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
emacs_osx_dk
french_hacker keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
galson
german keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
german-kinergo keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
german-lukas keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
german-manuneo keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
guni Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
haegin
ishigoya-jp keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
issmirnov [Bug] Develop - Change uint32_t to layer_state_t (#13596) 2021-07-19 09:50:55 -07:00
italian
j3rn
jackhumbert Remove QMK_KEYBOARD_CONFIG_H (#11576) 2021-01-22 19:32:10 +00:00
jacobono
jafo
jgarr
josh
kastyle
kejadlen Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
kines-ish
kristian keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
manna-harbour_miryoku [Keymap] Update Miryoku (#13307) 2021-07-03 09:09:02 -07:00
maz
mclennon_osx
meagerfindings Remove DESCRIPTION, W-Z (#11633) 2021-01-20 12:41:34 +11:00
mpiechotka
msc
naps62
neo2_on_qwertz_hardware keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
norwegian_programmer_osx_pc Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
norwegian_programmer_osx_pc_colemak Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
nstickney
ordinary
ordinary_osx
osx_de keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
osx_de_adnw_koy keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
osx_de_experimental keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
osx_fr keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
osx_kinesis_pnut
osx_neo2
osx_whiskey_tango_foxtrot_capslock Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
phoenix
plover
plums
qwerty_code_friendly [Bug] Develop - Change uint32_t to layer_state_t (#13596) 2021-07-19 09:50:55 -07:00
replicaJunction
reset_eeprom
robot_test_layout
romanzolotarev-norman-osx
romanzolotarev-norman-plover-osx
romanzolotarev-norman-plover-osx-hjkl
romanzolotarev-norman-qwerty-osx
sethbc
siroken3
sneako
software_neo2 keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
supercoder Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
swedish keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
swedish-lindhe keymap_extras: Remove deprecated defines (#12949) 2021-07-06 09:05:11 +10:00
swissgerman
techtomas
teckinesis
tkuichooseyou
tm2030
tonyabra_osx
townk_osx Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00
twentylives_dvorak_with_hebrew
twey
videck Remove QMK_KEYBOARD_CONFIG_H (#11576) 2021-01-22 19:32:10 +00:00
win10_writers-block Remove QMK_KEYBOARD_CONFIG_H (#11576) 2021-01-22 19:32:10 +00:00
workman_osx_mdw Migrate more fn_actions stuff (#13502) 2021-07-15 03:52:45 +10:00
xyverz
yoruian
zweihander-macos
layout.json
readme.md

ergodox

LAYOUT_ergodox