Remove stale references to "handwired/ferris"
The code was moved to the "ferris" directory. Fixes the following commands: ``` qmk compile ~/qmk_firmware/keyboards/ferris/keymaps/default/keymap.json qmk compile ~/qmk_firmware/keyboards/ferris/keymaps/pierrec83/keymap.json ``` Addresses this issue: https://github.com/pierrechevalier83/ferris/issues/5
This commit is contained in:
parent
08e512a273
commit
01b8ef39f5
3 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ To edit it, you may:
|
|||
If you decide to use the latter workflow, here are the steps to follow:
|
||||
|
||||
* From the qmk configurator, hit the "import QMK keymap json file" button (it has a drawing with an up arrow on it).
|
||||
* Browse to the location of your keymap (for example, `<your qmk repo>/keyboards/handwired/ferris/keymaps/default/keymap.json`)
|
||||
* Browse to the location of your keymap (for example, `<your qmk repo>/keyboards/ferris/keymaps/default/keymap.json`)
|
||||
* Perform any modification to the keymap in the web UI
|
||||
* Export the keymap to your downloads folder, by hitting the "Export QMK keymap json file" button (it has a drawing with a down arrow on it)
|
||||
* Override your original keymap with the output of formatting the exported keymap by running a command such as this one from the root of your qmk repo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue