diff options
author | Gustavs GÅ«tmanis <gustavs-gutmanis@users.noreply.github.com> | 2020-06-29 21:27:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 19:27:29 +0100 |
commit | 207b17bc4dd014ac5543546132c55be7d3d90217 (patch) | |
tree | 22bb5955d8d55436f322b37ff9051c9a61983a43 /keyboards/planck/keymaps/copface/readme.md | |
parent | 1baa99c6473473ba3204c9861951e70c10d037cb (diff) |
[keymap] adding a new keymap to planck and crkbd (#9374)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/planck/keymaps/copface/readme.md')
-rw-r--r-- | keyboards/planck/keymaps/copface/readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/copface/readme.md b/keyboards/planck/keymaps/copface/readme.md new file mode 100644 index 0000000000..56a048c4a9 --- /dev/null +++ b/keyboards/planck/keymaps/copface/readme.md @@ -0,0 +1,11 @@ +# Copface's planck keyboard layout + +This layout utilizes tapdancing and leader keys as well as 3 extra layers for maximizing the efficiancy when programming. + +Please see the keymap.c for how the keymap looks and works. +The home row is filled with everything one could need when working on web development, +It's all a layer away. + +To build and flash this keymap, use this command: + + qmk compile -kb planck/rev6 -km copface |