add json keymap

This commit is contained in:
Christoph Cullmann 2022-10-18 22:15:20 +02:00
parent c1e98ece43
commit c9435d6940
2 changed files with 18 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# Christoph Cullmann's Layout
Layout with 34 keys
Derived from the standard Planck layout and ideas from the Miryoku layout.
https://github.com/manna-harbour/miryoku
In addition features Achordion to improve the home row modifiers.
https://getreuer.info/posts/keyboards/achordion/index.html
# Generate a JSON keymap file
qmk c2json -km christoph-cullmann -kb planck/rev6_drop --no-cpp keymap.c > keymap_raw.json
qmk format-json keymap_raw.json > keymap.json
rm keymap_raw.json