Images generated with http://www.keyboard-layout-editor.com/, use the files in
assets
folder
Every time you make a change affecting the OLED screen or RGB, you must flash both sides (the jack TRRS cable
must be connected). If you just modified the layout, then you need to flash the master (left side) only.
$ cd ~/qmk_firmware
# command is
$ sh util/docker_build.sh crkbd/rev1:wochap:flash
# or if you setup your dev environment
$ qmk compile -kb crkbd/rev1 -km wochap
$ qmk flash -kb crkbd/rev1 -km wochap
- Disconnect
jack TRRS cable
and both sides from the computer - Left side
- Run the
command
- Connect the left side to the computer, and press the reset button twice
- Once it finished, disconnect the left side.
- Run the
- Right side
- Run the
command
- Connect the right side to the computer, and press the reset button twice
- Once it finished, disconnect the right side.
- Run the
- Connect the
jack TRRS cable
, then only connect the left side to the computer - Run the
command
- Press the reset button of the left side twice
- Connect the
jack TRRS cable
, then only connect the left side to the computer - Run the
command
- Press reset button of the master (left side) twice
-
Setup your dev environment
$ python3 -m pip install qmk # run one the following commands $ qmk setup # or $ git clone --recurse-submodules --depth 1 https://github.com/qmk/qmk_firmware.git ~/qmk_firmware # both do the same, but the second should be faster
-
Clone
corne-qmk-config
git repository -
Symlink the folder
config
incorne-qmk-config
to~/qmk_firmware/keyboards/crkbd/keymaps/wochap
$ ln -s $(pwd)/config ~/qmk_firmware/keyboards/crkbd/keymaps/wochap