diff --git a/v3/strech/soulstone/soulstone.json b/v3/strech/soulstone/soulstone.json new file mode 100644 index 0000000000..0145b15cea --- /dev/null +++ b/v3/strech/soulstone/soulstone.json @@ -0,0 +1,107 @@ +{ + "name": "Soulstone", + "vendorId": "0xB030", + "productId": "0x0001", + "matrix": {"rows": 4, "cols": 13}, + "layouts": { + "keymap": [ + [ + {"rx": 6.25, "y": 0.46, "x": 0.85, "c": "#777777"}, + "0,0", + {"c": "#cccccc"}, + "0,1", + {"x": 8.95}, + "0,10", + {"c": "#aaaaaa"}, + "0,11", + "0,12" + ], + [ + {"y": 0.01, "x": 0.71, "w": 1.26}, + "1,0", + {"x": -0.01, "c": "#cccccc"}, + "1,1", + {"x": 9.23}, + "1,10", + {"c": "#777777", "w": 1.75}, + "1,12" + ], + [ + {"y": 0.01, "x": 0.56, "c": "#aaaaaa", "w": 1.75}, + "2,0", + {"c": "#cccccc"}, + "2,1", + {"x": 8.52}, + "2,10", + "2,11", + {"c": "#aaaaaa", "w": 1.25}, + "2,12" + ], + [ + {"y": 0.01, "x": 0.67, "w": 1.25}, + "3,0", + {"w": 1.25}, + "3,1", + {"x": 9.3, "w": 1.25}, + "3,11", + {"w": 1.25}, + "3,12" + ], + [ + {"r": 8, "y": -4.49, "x": 3, "c": "#cccccc"}, + "0,2", + "0,3", + "0,4", + "0,5" + ], + [ + {"x": 3.25}, + "1,2", + "1,3", + "1,4", + "1,5" + ], + [ + {"x": 3.75}, + "2,2", + "2,3", + "2,4", + "2,5" + ], + [ + {"x": 4.5, "c": "#aaaaaa", "w": 1.25}, + "3,3", + {"w": 2}, + "3,4" + ], + [ + {"r": -8, "y": -1.9, "x": 7.5, "c": "#cccccc"}, + "0,6", + "0,7", + "0,8", + "0,9" + ], + [ + {"x": 7.75}, + "1,6", + "1,7", + "1,8", + "1,9" + ], + [ + {"x": 7.25, "c": "#aaaaaa"}, + "2,6", + {"c": "#cccccc"}, + "2,7", + "2,8", + "2,9" + ], + [ + {"x": 7.25, "w": 2.25}, + "3,6", + {"c": "#aaaaaa", "w": 1.25}, + "3,8" + ] + ] + } +}