Images generated with http://www.keyboard-layout-editor.com/, use the files in
assets
folder
IMPORTANT: Always flash the RIGHT side first, then the left side
- Download the latest firmware, in action tab
- Enter bootloader mode, by pressing twice the reset button
- Copy the corresponding side file to the
nice nano
Git commit and push, GH Actions will build the firmware
-
Setup the VSCode & Docker environment
-
Open zmk git repository in VSCode and enter into Dev Container
-
In VSCode terminal, run
cd app
-
Edit
app/boards/shields/kyria/kyria_left.overlay
with your keymap and run$ west build -b proton_c -- -DSHIELD=kyria_left
If your keymap is correct, you will see a progress in building until it fails; otherwise, it will simply fail outright
First time
$ cd ./path_to_this_repository
$ nix develop .#
$ just clean-all
$ just init
Then
$ cd ./path_to_this_repository
$ nix develop .#
$ just build all
$ # copy `firmware` folder content to `nice nano`