Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.72 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.72 KB

ZMK Config for Daisho and DaishoPad

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.

Main Board

Default Daisho keymap

  1. Edit the config/boards/arm/daisho/daisho.keymap file to change your keymap.
  1. Head over to the Actions tab at the top of the repository.

  2. Click on the latest workflow run.

  • If you did your keymap correctly, there should be a green checkmark to the left.
  1. Click on the relevant firmware file to download. Unzip it somewhere too.

  2. 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.
  1. 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.

DaishoPad

Default DaishoPad keymap

  • 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 and YYYY. Uses the same keycodes as the ones linked above.