readme sections for modification
This commit is contained in:
parent
142a965559
commit
cc0357a07a
|
@ -10,4 +10,17 @@ Everything in the `src` folder in this directory is unzipped output from [the er
|
|||
* Open a terminal in the `src` directory and run `dfu-util -D <left|right>_kiibohd.dfu.bin` (depending on which half of the keyboard you plugged in
|
||||
* Repeat last three steps for other side
|
||||
|
||||
## Modifying
|
||||
|
||||
* Go to [the ergodox configurator][ergodox_configurator]
|
||||
* Click "import map"
|
||||
* Paste the keymap JSON (`src/MDErgo1-Default.json`) into the textarea and import
|
||||
* Modify as needed
|
||||
* Click "download firmware" and unzip here, commit, push
|
||||
|
||||
## To Do
|
||||
|
||||
* Programmatic configurator?
|
||||
* Learn KLL?
|
||||
|
||||
[ergodox_configurator]: https://input.club/configurator-ergodox
|
||||
|
|
|
@ -10,3 +10,7 @@ This contains my `qmk_firmware`-compatible Planck keymap.
|
|||
* From `qmk_firmware/keyboard/planck` (same as last terminal command directory), run `make dfu` as root (`sudo make dfu`)
|
||||
|
||||
That should be it! Your Planck keyboard should now be flashed with this layout.
|
||||
|
||||
## Modifying
|
||||
Just modify `lytedev.c` and repeat the steps above for flashing! Easy.
|
||||
|
||||
|
|
Loading…
Reference in a new issue