Build and sold with qPBT Terminal keycaps and MMD Princess linear switches. More photos below.
I did a forcebreak mod between the two pieces of case, which removed an annoying pinging. I also did a basic tape mod.
- Download and setup QMK
- Plug in the board and to enter bootloader: Press
left shift + right shift + B
- Run
qmk flash -kb tokyokeyboard/tokyo60 -km via
- Open
usevia.app
in browser (Chromium).- Got Received invalid protocol version from device. Per this comment, I accessed
chrome://device-log/
and sawFailed to open '/dev/hidraw1': FILE_ERROR_ACCESS_DENIED
. Runningsudo chown $USER:$USER /dev/hidraw1
solved problem.
- Got Received invalid protocol version from device. Per this comment, I accessed