From 9225c002a5c17a3719ea1417c6fac945dffa5a34 Mon Sep 17 00:00:00 2001 From: studiokestra <74369928+studiokestra@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:47:19 -0700 Subject: [PATCH] Add support for LINE FRIENDS TKL. --- .../line_friends_tkl/line_friends_tkl.json | 217 ++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 v3/studiokestra/line_friends_tkl/line_friends_tkl.json diff --git a/v3/studiokestra/line_friends_tkl/line_friends_tkl.json b/v3/studiokestra/line_friends_tkl/line_friends_tkl.json new file mode 100644 index 0000000000..45fdb83b5a --- /dev/null +++ b/v3/studiokestra/line_friends_tkl/line_friends_tkl.json @@ -0,0 +1,217 @@ +{ + "name": "LINE FRIENDS TKL", + "vendorId": "0x7C10", + "productId": "0x8704", + "matrix": {"rows": 12, "cols": 9}, + "layouts": { + "labels": [ + "Split Backspace", + "Split Right Shift" + ], + "keymap": [ + [ + { + "c": "#777777" + }, + "0,0", + { + "x": 1, + "c": "#cccccc" + }, + "0,1", + "0,2", + "1,2", + "0,3", + { + "x": 0.5, + "c": "#aaaaaa" + }, + "1,3", + "0,4", + "1,4", + "0,5", + { + "x": 0.5, + "c": "#cccccc" + }, + "1,5", + "0,6", + "1,6", + "0,7", + { + "x": 0.25 + }, + "1,7", + "0,8", + "1,8" + ], + [ + { + "y": 0.25, + "c": "#aaaaaa" + }, + "2,0", + { + "c": "#cccccc" + }, + "3,0", + "2,1", + "3,1", + "2,2", + "3,2", + "2,3", + "3,3", + "2,4", + "3,4", + "2,5", + "3,5", + "2,6", + { + "c": "#aaaaaa", + "w": 2 + }, + "3,6\n\n\n0,0", + { + "x": 0.25, + "c": "#cccccc" + }, + "3,7", + "2,8", + "3,8", + { + "x": 1 + }, + "3,6\n\n\n0,1", + "2,7\n\n\n0,1" + ], + [ + { + "c": "#aaaaaa", + "w": 1.5 + }, + "4,0", + { + "c": "#cccccc" + }, + "5,0", + "4,1", + "5,1", + "4,2", + "5,2", + "4,3", + "5,3", + "4,4", + "5,4", + "4,5", + "5,5", + "4,6", + { + "w": 1.5 + }, + "4,7", + { + "x": 0.25 + }, + "5,7", + "4,8", + "5,8" + ], + [ + { + "c": "#aaaaaa", + "w": 1.75 + }, + "6,0", + { + "c": "#cccccc" + }, + "7,0", + "6,1", + "7,1", + "6,2", + "7,2", + "6,3", + "7,3", + "6,4", + "7,4", + "6,5", + "7,5", + { + "c": "#777777", + "w": 2.25 + }, + "6,6" + ], + [ + { + "c": "#aaaaaa", + "w": 2.25 + }, + "8,0", + { + "c": "#cccccc" + }, + "8,1", + "9,1", + "8,2", + "9,2", + "8,3", + "9,3", + "8,4", + "9,4", + "8,5", + "9,5", + { + "c": "#aaaaaa", + "w": 2.75 + }, + "8,6\n\n\n1,0", + { + "x": 1.25, + "c": "#cccccc" + }, + "9,8", + { + "x": 1.25, + "c": "#aaaaaa", + "w": 1.75 + }, + "8,6\n\n\n1,1", + "9,6\n\n\n1,1" + ], + [ + { + "w": 1.5 + }, + "10,0", + "11,0", + { + "w": 1.5 + }, + "10,1", + { + "c": "#cccccc", + "w": 7 + }, + "10,3", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "11,5", + "10,6", + { + "w": 1.5 + }, + "10,7", + { + "x": 0.25, + "c": "#cccccc" + }, + "11,7", + "10,8", + "11,8" + ] + ] + } +} \ No newline at end of file