This is the repository for the Daisho and DaishoPad.
First, fork the repository by clicking on the Fork
button on the upper right, then proceed to make any changes you need.
- Edit the
config/boards/arm/daisho/daisho.keymap
file to change your keymap.
- https://zmkfirmware.dev/docs/behaviors/key-press
- https://zmkfirmware.dev/docs/behaviors/layers
- and pretty much everything in the "Behaviors" section, plus
- https://zmkfirmware.dev/docs/codes/
-
Head over to the Actions tab at the top of the repository.
-
Click on the latest workflow run.
- If you did your keymap correctly, there should be a green checkmark to the left.
-
Click on the relevant firmware file to download. Unzip it somewhere too.
-
Plug the USB connector in, and double press the reset button twice quickly (Has to be <500 ms apart).
- The reset button is located underneath the right spacebar.
- Drag and drop the UF2 file you unzipped to the mass storage device that appeared.
- I think it's named
NRF52BOOT
or something? - Whatever the name, there should be a UF2 file inside. Don't delete or anything, just drag and drop the new firmware file to the mass storage device.
-
Yes, there's only one layer by default. I didn't really know what to put.
-
Basically the same as above, except edit the file
config/boards/arm/daishopad/daishopad.keymap
. -
Change the behavior of the rotary encoder by changing the line
sensor-bindings = <&inc_dec_kp XXXX YYYY>;
-
If the encoder behavior is inverted, just switch the
XXXX
andYYYY
. Uses the same keycodes as the ones linked above.