From 916829f8db655dd9ec32d5ec4e315f8c2f0bda9f Mon Sep 17 00:00:00 2001 From: era <73109780+eerraa@users.noreply.github.com> Date: Sat, 29 Jul 2023 20:48:43 +0900 Subject: [PATCH] Add support for era/divine (#1971) --- v3/era/divine/divine.json | 310 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 v3/era/divine/divine.json diff --git a/v3/era/divine/divine.json b/v3/era/divine/divine.json new file mode 100644 index 0000000000..9aebdc82b2 --- /dev/null +++ b/v3/era/divine/divine.json @@ -0,0 +1,310 @@ +{ + "name": "DIVINE", + "vendorId": "0x4552", + "productId": "0x0002", + "matrix": + { + "rows": 5, + "cols": 17 + }, + "layouts": + { + "labels": + [ + "Split Backspace", + "Split Left shift" + ], + "keymap": + [ + [ + { + "y": 0.7, + "x": 0.55, + "c": "#777777" + }, + "0,0", + { + "x": 16, + "c": "#aaaaaa" + }, + "0,16" + ], + [ + { + "y": -0.95, + "x": 3.7, + "c": "#cccccc" + }, + "0,3", + { + "x": 8.600000000000001 + }, + "0,12" + ], + [ + { + "y": -0.95, + "x": 1.7 + }, + "0,1", + "0,2", + { + "x": 10.600000000000001 + }, + "0,13", + { + "c": "#aaaaaa", + "w": 2 + }, + "0,15\n\n\n0,0", + { + "x": 2.9499999999999993 + }, + "0,14\n\n\n0,1", + "0,15\n\n\n0,1" + ], + [ + { + "y": -0.10000000000000009, + "x": 0.35 + }, + "1,0", + { + "x": 16.4 + }, + "1,16" + ], + [ + { + "y": -0.95, + "x": 13, + "c": "#cccccc" + }, + "1,12" + ], + [ + { + "y": -0.95, + "x": 1.5, + "c": "#aaaaaa", + "w": 1.5 + }, + "1,1", + { + "c": "#cccccc" + }, + "1,2", + { + "x": 10 + }, + "1,13", + "1,14", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "1,15" + ], + [ + { + "y": -0.10000000000000009, + "x": 0.15 + }, + "2,0" + ], + [ + { + "y": -0.8999999999999999, + "x": 1.3, + "w": 1.75 + }, + "2,1", + { + "c": "#cccccc" + }, + "2,2", + { + "x": 9.349999999999998 + }, + "2,12", + "2,13", + { + "c": "#777777", + "w": 2.25 + }, + "2,15" + ], + [ + { + "x": 1.05, + "c": "#aaaaaa", + "w": 2.25 + }, + "3,1\n\n\n1,0", + { + "c": "#cccccc" + }, + "3,3", + { + "x": 8.8 + }, + "3,12", + "3,13", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "3,14", + { + "x": 3.1499999999999986, + "w": 1.25 + }, + "3,1\n\n\n1,1", + { + "c": "#cccccc" + }, + "3,2\n\n\n1,1" + ], + [ + { + "y": -0.75, + "x": 17.1, + "c": "#777777" + }, + "3,15" + ], + [ + { + "y": -0.25, + "x": 1.05, + "c": "#aaaaaa", + "w": 1.5 + }, + "4,1" + ], + [ + { + "y": -0.75, + "x": 16.1, + "c": "#777777" + }, + "4,14", + "4,15", + "4,16" + ], + [ + { + "r": 10, + "y": -6.05, + "x": 4.9, + "c": "#cccccc" + }, + "0,4", + "0,5", + "0,6", + "0,7" + ], + [ + { + "x": 4.4 + }, + "1,3", + "1,4", + "1,5", + "1,6" + ], + [ + { + "x": 4.65 + }, + "2,3", + "2,4", + "2,5", + "2,6" + ], + [ + { + "x": 5.1 + }, + "3,4", + "3,5", + "3,6", + "3,7" + ], + [ + { + "x": 6.35, + "w": 2.25 + }, + "4,6", + { + "c": "#aaaaaa" + }, + "4,7" + ], + [ + { + "y": -0.9500000000000002, + "x": 4.85, + "w": 1.5 + }, + "4,4" + ], + [ + { + "r": -10, + "y": -2.05, + "x": 8.8, + "c": "#cccccc" + }, + "0,8", + "0,9", + "0,10", + "0,11" + ], + [ + { + "x": 8.3 + }, + "1,8", + "1,9", + "1,10", + "1,11" + ], + [ + { + "x": 8.55 + }, + "2,8", + "2,9", + "2,10", + "2,11" + ], + [ + { + "x": 8.1 + }, + "3,8", + "3,9", + "3,10", + "3,11" + ], + [ + { + "x": 8.1, + "w": 2.75 + }, + "4,9" + ], + [ + { + "y": -0.9500000000000002, + "x": 10.86, + "c": "#aaaaaa", + "w": 1.5 + }, + "4,11" + ] + ] + } +} \ No newline at end of file