Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change BOOTMAGIC_ENABLE=yes to use Bootmagic Lite #12172

Merged
merged 4 commits into from
Apr 12, 2021

Commits on Apr 5, 2021

  1. Change BOOTMAGIC_ENABLE=yes to use Bootmagic Lite

    ... instead of full Bootmagic.
    
    This commit changes the meaning of `BOOTMAGIC_ENABLE = yes` to mean "Enable Bootmagic Lite" instead of "Enable full Bootmagic" as previously meant.
    noroadsleft committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    f65a6ea View commit details
    Browse the repository at this point in the history
  2. Change instances of BOOTMAGIC_ENABLE=yes to BOOTMAGIC_ENABLE=full

    This commit updates instances of `BOOTMAGIC_ENABLE = yes` to `BOOTMAGIC_ENABLE = full` to maintain the behavior that was specified by the rule.
    
    Command:
    
    `find keyboards/ layouts/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE[ \t]*=[ \t]*\)yes;\1full;g' {} +`
    noroadsleft committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    7b38426 View commit details
    Browse the repository at this point in the history
  3. add ChangeLog doc

    noroadsleft committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    49c93c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    447ec49 View commit details
    Browse the repository at this point in the history