summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-18 22:15:20 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-18 22:15:20 +0200
commitc9435d6940c6baf1e0ce91ddacabdc3f3cceafb0 (patch)
tree6c565a0a5daef05036e6f7415cad667191484175 /README.md
parentc1e98ece43314f2a691724e94e5efd6383c805b1 (diff)
add json keymap
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0a27f6b
--- /dev/null
+++ b/README.md
@@ -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