diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-07 12:09:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 12:09:32 -0400 |
commit | afc1c38866ca4ed5beceda7650de5068c7844942 (patch) | |
tree | a0d9e03df558a46135de3daed99af1378faa51d2 | |
parent | ccb9b9309a37f55e0aca3c79aa1d78214a42f701 (diff) | |
parent | 5bfa4ba3ff70cffc1c98c624fd056988a9075f98 (diff) |
Merge pull request #75 from careyk007/main
Update dev-setup.md
-rw-r--r-- | docs/docs/dev-setup.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index beabca4..9e4d939 100644 --- a/docs/docs/dev-setup.md +++ b/docs/docs/dev-setup.md @@ -438,13 +438,13 @@ ZMK treats keyboards that take a MCU addon board as [shields](https://docs.zephy Given the following: - MCU Board: Proton-C -- Keyboard PCB: kyria +- Keyboard PCB: kyria_left - Keymap: default You can build ZMK with the following: ```sh -west build -b proton_c -- -DSHIELD=kyria -DKEYMAP=default +west build -b proton_c -- -DSHIELD=kyria_left -DKEYMAP=default ``` ### Keyboard With Onboard MCU @@ -453,13 +453,13 @@ Keyboards with onboard MCU chips are simply treated as the [board](https://docs. Given the following: -- Keyboard: Planck +- Keyboard: Planck (rev6) - Keymap: default you can build ZMK with the following: ```sh -west build -b planck -- -DKEYMAP=default +west build -b planck_rev6 -- -DKEYMAP=default ``` ## Flashing |