diff options
author | Colin T.A. Gray <colinta@gmail.com> | 2018-10-22 14:19:51 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-22 11:19:51 -0700 |
commit | 91bfbb62560cc237066de2392eefbb271eff9d6b (patch) | |
tree | 93e4111e2b7185262209a7aa4853087a7b732d05 /keyboards | |
parent | dedbc37196d5b9d9ccbb5654441fd84f820c4a7b (diff) | |
download | firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.tar.gz firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.tar.bz2 firmware-91bfbb62560cc237066de2392eefbb271eff9d6b.zip |
Updates docs - planck 6 and macos instructions (#4201)
* add note about how to install rev6 (dfu-util)
* include instructions on installing dfu-util on macOS
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/planck/readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/planck/readme.md b/keyboards/planck/readme.md index f857c546c..083279e8a 100644 --- a/keyboards/planck/readme.md +++ b/keyboards/planck/readme.md @@ -13,4 +13,8 @@ Make example for this keyboard (after setting up your build environment): make planck/rev4:default +Install examples: + + make planck/rev6:default:dfu-util + See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |