2022-10-01 11:03:31 +02:00
|
|
|
# Christoph Cullmann's Layout
|
|
|
|
|
2022-10-18 21:50:58 +02:00
|
|
|
Layout with 34 keys
|
2022-10-18 21:06:28 +02:00
|
|
|
|
|
|
|
Derived from the standard Planck layout and ideas from the Miryoku layout.
|
2022-10-17 23:29:33 +02:00
|
|
|
|
|
|
|
https://github.com/manna-harbour/miryoku
|
|
|
|
|
|
|
|
In addition features Achordion to improve the home row modifiers.
|
|
|
|
|
|
|
|
https://getreuer.info/posts/keyboards/achordion/index.html
|
2022-10-18 22:15:20 +02:00
|
|
|
|
|
|
|
# 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
|