aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ai03/soyuz/info.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/ai03/soyuz/info.json b/keyboards/ai03/soyuz/info.json
index e4f8eb0aa..3a819b537 100644
--- a/keyboards/ai03/soyuz/info.json
+++ b/keyboards/ai03/soyuz/info.json
@@ -28,6 +28,31 @@
28 {"x":2, "y":4}, 28 {"x":2, "y":4},
29 {"x":3, "y":4} 29 {"x":3, "y":4}
30 ] 30 ]
31 },
32 "LAYOUT_numpad_5x4": {
33 "layout": [
34 {"x":0, "y":0},
35 {"x":1, "y":0},
36 {"x":2, "y":0},
37 {"x":3, "y":0},
38
39 {"x":0, "y":1},
40 {"x":1, "y":1},
41 {"x":2, "y":1},
42
43 {"x":0, "y":2},
44 {"x":1, "y":2},
45 {"x":2, "y":2},
46 {"x":3, "y":1, "h":2},
47
48 {"x":0, "y":3},
49 {"x":1, "y":3},
50 {"x":2, "y":3},
51
52 {"x":0, "y":4, "w":2},
53 {"x":2, "y":4},
54 {"x":3, "y":3, "h":2}
55 ]
31 } 56 }
32 } 57 }
33} 58}