From cc0357a07a630d327c1918d8dec112ac7629c873 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 5 Apr 2016 02:14:17 -0500 Subject: [PATCH] readme sections for modification --- inf_ergodox/readme.md | 13 +++++++++++++ planck/readme.md | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/inf_ergodox/readme.md b/inf_ergodox/readme.md index ae67012..832ae35 100644 --- a/inf_ergodox/readme.md +++ b/inf_ergodox/readme.md @@ -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 _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 diff --git a/planck/readme.md b/planck/readme.md index cf39d71..25bb231 100644 --- a/planck/readme.md +++ b/planck/readme.md @@ -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. +