qmk_firmware/lib/python/qmk/cli/generate
James Young 84ea77ead6
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.
2021-11-05 08:18:09 +11:00
..
__init__.py Ensure that safe_commands always run (#13199) 2021-06-14 16:51:58 -07:00
api.py search for the readme in higher directories as well (#12997) 2021-05-24 19:38:27 -07:00
compilation_database.py compiledb: query include paths from gcc directly. (#14462) 2021-09-20 14:15:07 +10:00
config_h.py Cleanup issues identified by lgtm (#14459) 2021-09-27 10:02:54 -07:00
dfu_header.py Map PRODUCT define to keyboard_name (#14372) 2021-11-05 08:08:52 +11:00
docs.py Align our subprocess usage with current best practices. (#12940) 2021-05-19 15:24:46 -07:00
info_json.py Add a lot more data to info.json (#13366) 2021-08-16 23:33:30 +01:00
keyboard_h.py Cleanup issues identified by lgtm (#14459) 2021-09-27 10:02:54 -07:00
layouts.py Cleanup issues identified by lgtm (#14459) 2021-09-27 10:02:54 -07:00
rgb_breathe_table.py Fix generated file output while target exists (#12062) 2021-02-28 20:19:07 +00:00
rules_mk.py Remove BOOTMAGIC_ENABLE = lite option (#15002) 2021-11-05 08:18:09 +11:00
version_h.py CLI: Add subcommand to generate version.h (#13151) 2021-06-27 02:29:02 +10:00