From d7619ae1172d50c757a34479c00aa7ddcd78f679 Mon Sep 17 00:00:00 2001 From: Lorenz Wellmer Date: Sat, 28 Nov 2020 14:52:59 +0100 Subject: [PATCH 1/2] Add Axolstudio Yeti --- src/axolstudio/yeti/yeti.json | 297 ++++++++++++++++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 src/axolstudio/yeti/yeti.json diff --git a/src/axolstudio/yeti/yeti.json b/src/axolstudio/yeti/yeti.json new file mode 100644 index 0000000000..bb96c7a6e5 --- /dev/null +++ b/src/axolstudio/yeti/yeti.json @@ -0,0 +1,297 @@ +{ + "name": "Yeti", + "vendorId": "0x05E4", + "productId": "0x9F9F", + "lighting": "none", + "matrix": { + "rows": 5, + "cols": 16 + }, + "layouts": { + "labels": [ + "Split Backspace", + "Full RShift" + ], + "keymap": [ + [ + { + "y": 0.15, + "x": 15.15 + }, + "0,13\n\n\n0,1", + { + "c": "#aaaaaa" + }, + "0,15\n\n\n0,1" + ], + [ + { + "x": 0.55, + "c": "#777777" + }, + "1,0" + ], + [ + { + "y": -0.95, + "x": 3.7, + "c": "#cccccc" + }, + "0,2", + { + "x": 8.45 + }, + "0,11" + ], + [ + { + "y": -0.9500000000000002, + "x": 1.7 + }, + "0,0", + "0,1", + { + "x": 10.45 + }, + "0,12", + { + "x": 1.7763568394002505e-15, + "c": "#aaaaaa", + "w": 2 + }, + "0,14\n\n\n0,0" + ], + [ + { + "y": -0.10000000000000009, + "x": 0.35 + }, + "2,0" + ], + [ + { + "y": -0.9499999999999997, + "x": 13, + "c": "#cccccc" + }, + "1,11" + ], + [ + { + "y": -0.9500000000000002, + "x": 1.5, + "c": "#aaaaaa", + "w": 1.5 + }, + "1,1", + { + "c": "#cccccc" + }, + "1,2", + { + "x": 10 + }, + "1,12", + "1,13", + { + "c": "#aaaaaa", + "w": 1.5 + }, + "1,15" + ], + [ + { + "y": -0.10000000000000009, + "x": 0.15 + }, + "3,0" + ], + [ + { + "y": -0.9000000000000004, + "x": 13.4, + "c": "#cccccc" + }, + "2,11", + "2,12", + { + "c": "#777777", + "w": 2.25 + }, + "1,14" + ], + [ + { + "y": -0.9999999999999996, + "x": 1.3, + "c": "#aaaaaa", + "w": 1.75 + }, + "2,1", + { + "c": "#cccccc" + }, + "2,2" + ], + [ + { + "x": 1.05, + "c": "#aaaaaa", + "w": 2.25 + }, + "3,1", + { + "c": "#cccccc" + }, + "3,2", + { + "x": 8.8 + }, + "3,11", + { + "x": -1.7763568394002505e-15 + }, + "3,12", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "2,13\n\n\n1,0", + "2,15\n\n\n1,0", + { + "x": 0.29999999999999716, + "w": 2.75 + }, + "2,14\n\n\n1,1" + ], + [ + { + "x": 1.05, + "w": 1.5 + }, + "4,1", + { + "x": 13.45, + "w": 1.5 + }, + "4,15" + ], + [ + { + "r": 12, + "y": -6, + "x": 5.05, + "c": "#cccccc" + }, + "0,3", + "0,4", + "0,5", + "0,6" + ], + [ + { + "x": 4.6 + }, + "1,3", + "1,4", + "1,5", + "1,6" + ], + [ + { + "x": 4.85 + }, + "2,3", + "2,4", + "2,5", + "2,6" + ], + [ + { + "x": 5.3 + }, + "3,3", + "3,4", + "3,5", + "3,6" + ], + [ + { + "x": 6.6, + "c": "#777777", + "w": 2 + }, + "4,5", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "4,6" + ], + [ + { + "y": -0.9500000000000002, + "x": 5.05, + "w": 1.5 + }, + "4,3" + ], + [ + { + "r": -12, + "y": -1.4499999999999997, + "x": 8.45, + "c": "#cccccc" + }, + "0,7", + "0,8", + "0,9", + "0,10" + ], + [ + { + "x": 8.05 + }, + "1,7", + "1,8", + "1,9", + "1,10" + ], + [ + { + "x": 8.2 + }, + "2,7", + "2,8", + "2,9", + "2,10" + ], + [ + { + "x": 7.75 + }, + "3,7", + "3,8", + "3,9", + "3,10" + ], + [ + { + "x": 7.75, + "c": "#777777", + "w": 2.75 + }, + "4,8" + ], + [ + { + "y": -0.9499999999999993, + "x": 10.55, + "c": "#aaaaaa", + "w": 1.5 + }, + "4,10" + ] + ] + } +} \ No newline at end of file From c56861376ec8a4921b8648ad083b4e5aa6293ec3 Mon Sep 17 00:00:00 2001 From: Lorenz Wellmer Date: Fri, 4 Dec 2020 09:43:46 +0100 Subject: [PATCH 2/2] Update yeti.json --- src/axolstudio/yeti/yeti.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/axolstudio/yeti/yeti.json b/src/axolstudio/yeti/yeti.json index bb96c7a6e5..47edd358a5 100644 --- a/src/axolstudio/yeti/yeti.json +++ b/src/axolstudio/yeti/yeti.json @@ -1,6 +1,6 @@ { "name": "Yeti", - "vendorId": "0x05E4", + "vendorId": "0x525C", "productId": "0x9F9F", "lighting": "none", "matrix": { @@ -294,4 +294,4 @@ ] ] } -} \ No newline at end of file +}