All basic preparation steps are described in https://docs.qmk.fm/newbs_getting_started
- Fetch all modules
qmk git-submodules
- Compile
bear make SHELL='sh -x' handwired/dactyl_cc:default
!!! Don't need to perfrom recompilation with bear, only initial.
- Flash image 3.1. Activate BOOT mode on the keyboard
3.2. Copy image to disk
cp handwired_dactyl_cc_default.uf2 /media/$(whoami)/RPI-RP2
- Debug HID console
qmk console -d 444D:3636
sudo apt install -y libhidapi-hidraw0 libusb-dev`
pip3 uninstall hid
pip3 install hid==1.0.4
- echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666", TAG+="uaccess", TAG+="udev-acl"' | sudo tee /etc/udev/rules.d/92-qmk.rules
- sudo udevadm control --reload-rules
- sudo udevadm trigger