diff options
| author | Pierre Chevalier <pierrechevalier83@gmail.com> | 2021-03-05 13:35:41 +0000 |
|---|---|---|
| committer | Zach White <skullydazed@drpepper.org> | 2021-03-06 21:22:24 -0800 |
| commit | 01b8ef39f5b7bee6ffe8188c46aa3836a8270022 (patch) | |
| tree | fa648e758e98af0923fd421216eadab24bdef183 /keyboards/ferris | |
| parent | 08e512a273f9123dbe3477fba447da4d9ea53d53 (diff) | |
| download | qmk_firmware-01b8ef39f5b7bee6ffe8188c46aa3836a8270022.tar.gz qmk_firmware-01b8ef39f5b7bee6ffe8188c46aa3836a8270022.zip | |
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
Diffstat (limited to 'keyboards/ferris')
| -rw-r--r-- | keyboards/ferris/keymaps/default/keymap.json | 2 | ||||
| -rw-r--r-- | keyboards/ferris/keymaps/default/readme.md | 2 | ||||
| -rw-r--r-- | keyboards/ferris/keymaps/pierrec83/keymap.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/ferris/keymaps/default/keymap.json b/keyboards/ferris/keymaps/default/keymap.json index 7f7d614e2..5fe1b9e00 100644 --- a/keyboards/ferris/keymaps/default/keymap.json +++ b/keyboards/ferris/keymaps/default/keymap.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { "version": 1, | 1 | { "version": 1, |
| 2 | "notes": "My awesome keymap", | 2 | "notes": "My awesome keymap", |
| 3 | "documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n", | 3 | "documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n", |
| 4 | "keyboard": "handwired/ferris", | 4 | "keyboard": "ferris/0_1", |
| 5 | "keymap": "default", | 5 | "keymap": "default", |
| 6 | "layout": "LAYOUT", | 6 | "layout": "LAYOUT", |
| 7 | "layers": [ | 7 | "layers": [ |
diff --git a/keyboards/ferris/keymaps/default/readme.md b/keyboards/ferris/keymaps/default/readme.md index 252f886f5..aa7ba6d13 100644 --- a/keyboards/ferris/keymaps/default/readme.md +++ b/keyboards/ferris/keymaps/default/readme.md | |||
| @@ -111,7 +111,7 @@ To edit it, you may: | |||
| 111 | If you decide to use the latter workflow, here are the steps to follow: | 111 | If you decide to use the latter workflow, here are the steps to follow: |
| 112 | 112 | ||
| 113 | * From the qmk configurator, hit the "import QMK keymap json file" button (it has a drawing with an up arrow on it). | 113 | * From the qmk configurator, hit the "import QMK keymap json file" button (it has a drawing with an up arrow on it). |
| 114 | * Browse to the location of your keymap (for example, `<your qmk repo>/keyboards/handwired/ferris/keymaps/default/keymap.json`) | 114 | * Browse to the location of your keymap (for example, `<your qmk repo>/keyboards/ferris/keymaps/default/keymap.json`) |
| 115 | * Perform any modification to the keymap in the web UI | 115 | * Perform any modification to the keymap in the web UI |
| 116 | * 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) | 116 | * 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) |
| 117 | * 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: | 117 | * 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: |
diff --git a/keyboards/ferris/keymaps/pierrec83/keymap.json b/keyboards/ferris/keymaps/pierrec83/keymap.json index 2372e7e37..1f2c166b9 100644 --- a/keyboards/ferris/keymaps/pierrec83/keymap.json +++ b/keyboards/ferris/keymaps/pierrec83/keymap.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { "version": 1, | 1 | { "version": 1, |
| 2 | "notes": "My awesome keymap", | 2 | "notes": "My awesome keymap", |
| 3 | "documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n", | 3 | "documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n", |
| 4 | "keyboard": "handwired/ferris", | 4 | "keyboard": "ferris/0_1", |
| 5 | "keymap": "pierrec83", | 5 | "keymap": "pierrec83", |
| 6 | "layout": "LAYOUT", | 6 | "layout": "LAYOUT", |
| 7 | "layers": [ | 7 | "layers": [ |
