antoinelafontaine / qmk_firmware

Personal Fork of ZSA maintained QMK Firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZSA's fork of QMK Firmware

This is my personal fork to keep my own settings in sync with ZSA maintained version of QMK.

Supported Keyboards

Update Process

  1. Check out branch from ZSA's master branch:
    1. git remote add zsa https://github.com/ErgoDox-EZ/qmk_firmware.git
    2. git fetch --all
    3. git checkout -B branchname zsa/master
    4. git push -u zsa branchname
  2. Check for core changes:
  3. git cherry-pick the commits we want
    • git rm docs/* -r to remove the document updates when cherry picking. Repeat for any keyboard/keymap/etc that have changes that we aren't interested in
  4. Commit update
    • Include commit info in [changelog.md](http://changelog.md)
  5. Open Pull request, and include information about the commit

Strategy

To keep PRs small and easier to test, they should ideally be 1:1 with commits from QMK Firmware master. They should only group commits if/when it makes sense. Such as multiple commits for a specific feature (split RGB support, for instance)

Merging

Pull Requests should be merged/rebased, not squashed, so we can maintain a commit history that is close to QMK Firmware's, for ease of reference.

About

Personal Fork of ZSA maintained QMK Firmware

License:GNU General Public License v2.0


Languages

Language:C 77.1%Language:C++ 17.2%Language:Makefile 1.7%Language:Assembly 1.4%Language:Python 0.8%Language:Objective-C 0.5%Language:Shell 0.5%Language:PHP 0.3%Language:HTML 0.2%Language:Batchfile 0.2%Language:Nix 0.0%Language:Dockerfile 0.0%Language:Ruby 0.0%