diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-01-26 01:52:43 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-01-26 01:52:43 -0500 |
commit | c9ca36800884f63cf67d55565824bad0cb6d9be3 (patch) | |
tree | 1fcbae9eebb55de14bd7e99f2db99d92edf45fd0 /keyboards/ergodox/keymaps/algernon | |
parent | aac7c0aa4db6b27f4c8d8f3849f8fd41f07e892a (diff) | |
download | qmk_firmware-c9ca36800884f63cf67d55565824bad0cb6d9be3.tar.gz qmk_firmware-c9ca36800884f63cf67d55565824bad0cb6d9be3.zip |
replace jackhumbert with qmk
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon')
-rw-r--r-- | keyboards/ergodox/keymaps/algernon/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/keymaps/algernon/readme.md b/keyboards/ergodox/keymaps/algernon/readme.md index 015bd7cd32..3783eadf16 100644 --- a/keyboards/ergodox/keymaps/algernon/readme.md +++ b/keyboards/ergodox/keymaps/algernon/readme.md @@ -121,10 +121,10 @@ There is a very small tool in `tools/layer-notify`, that listens to the HID cons To make my workflow easier, this layout is maintained in [its own repository][algernon:ez-layout]. To build it, you will need the [QMK][qmk] firmware checked out, and this repo either checked out to something like `keyboards/ergodox_ez/algernon-master`. One way to achieve that is this: [algernon:ez-layout]: https://github.com/algernon/ergodox-layout - [qmk]: https://github.com/jackhumbert/qmk_firmware + [qmk]: https://github.com/qmk/qmk_firmware ``` -$ git clone https://github.com/jackhumbert/qmk_firmware.git +$ git clone https://github.com/qmk/qmk_firmware.git $ cd qmk_firmware $ git clone https://github.com/algernon/ergodox-layout.git \ keyboards/ergodox/keymaps/algernon-master |