This branch is a diff on top of the upstream qmk branch.
Keep the master
branch in sync with the upstream and then rebase diff
ontop of it.
- Go to config.qmk.fm
- Fill in the fields
Keyboard
:keebio/iris_ce/rev1
Keymap Name
:qwerty_homerow_mod
- Upload the JSON:
./keyboards/keebio/iris_ce/keymaps/qwertyIris/qwerty_homerow_mod.json
- Make your edits
- Download the JSON to the same location you uploaded it from (overwrite the old file)
- Use the script
./compileIris
which does the steps in the Manual Commands down below
- Compile the JSON to C
qmk json2c keyboards/keebio/iris_ce/keymaps/qwertyIris/qwerty_homerow_mod.json -o keyboards/keebio/iris_ce/keymaps/qwertyIris/keymap.c
- Copy the content of
keymapAchordion
into the end ofkeymap.c
in the folder./keyboards/keebio/iris_ce/keymaps/qwertyIris
- Build the final firmware
qmk compile -kb keebio/iris_ce/rev1 -km qwertyIris