/keymaps

My qmk environment

Primary LanguageC

Flash

Flash: make <keyboard>

Supported keyboards:

Install

  1. Install qmk & qmk cli: https://qmk.github.io/qmk_mkdocs/master/en/tutorial_getting_started/
  2. Initialize firmware submodule:
cd /path/to/keymaps;
git submodule update --init --recursive
  1. Set qmk config
qmk config user.qmk_home=~/path/to/keymaps/qmk_firmware
  1. Verify with qmk doctor
  2. clone fingerpunch fork for ffkb and Taro Hayashi fork (ensure you check out tarohayashi branch) for cannonball.
  3. Rename local-install-template.sh as local-install.sh and update paths.

Keymap

TODO

Mentions

Development

Update qmk firmware

git submodule foreach git pull origin master

Unlink

Remove symlinks in qmk firmware:

make unlink