This repository uses qmk_firmware as a submodule located in ./firmware
. Make sure
that you have just installed as this repository is built upon automating tasks with just
recipes. You should also use nix
with flake
support as this is the best way to setup the environment.
# build all keyboards
just
# Build and flash a keyboard
just flash crkbd
# Write hand information to keyboard
just left crkbd
just right crkbd
# Format all c files
just fmt
# Generate keyboard reference svg
just layout
If having issues with the bootloader being recongized, check is there is issues with
udev. Also to view a list of usb devices run lsusb
.