From 61a1d8e46cfecf7f79aa1804dcafd69a9ed9695d Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Fri, 25 Oct 2024 19:23:46 +0200 Subject: [PATCH] Add keyboard layout JSON file --- hardware/kokuban-layout.json | 114 +++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 hardware/kokuban-layout.json diff --git a/hardware/kokuban-layout.json b/hardware/kokuban-layout.json new file mode 100644 index 0000000..b81a9e2 --- /dev/null +++ b/hardware/kokuban-layout.json @@ -0,0 +1,114 @@ +[ + [ + { + "a": 5 + }, + "~\n`", + "!\n1", + "@\n2", + "#\n3", + "$\n4", + "%\n5", + "^\n6", + "&\n7", + "*\n8", + "(\n9", + ")\n0", + "_\n-", + "+\n=", + { + "a": 7, + "w": 1.5 + }, + "←" + ], + [ + { + "w": 1.5 + }, + "⇄", + "Q", + "W", + "E", + "R", + "T", + "Y", + "U", + "I", + "O", + "P", + { + "a": 5 + }, + "{\n[", + "}\n]", + "|\n\\" + ], + [ + { + "a": 7, + "w": 1.75 + }, + "⇪", + "A", + "S", + "D", + "F", + "G", + "H", + "J", + "K", + "L", + { + "a": 5 + }, + ":\n;", + "\"\n'", + { + "a": 7, + "w": 1.75 + }, + "↵" + ], + [ + { + "w": 2.25 + }, + "⇧", + "Z", + "X", + "C", + "V", + "B", + "N", + "M", + { + "a": 5 + }, + "<\n,", + ">\n.", + "?\n/", + { + "a": 7, + "w": 2.25 + }, + "⇧" + ], + [ + "Fn", + "Ctrl", + "Meta", + { + "w": 1.25 + }, + "Super", + { + "w": 6.25 + }, + "", + "←", + "↑", + "↓", + "→" + ] +] \ No newline at end of file