summaryrefslogtreecommitdiffstats
path: root/keyboards/gmmk/gmmk2/p65/ansi/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-07-17 13:48:15 -0700
committerGitHub <noreply@github.com>2023-07-17 13:48:15 -0700
commit30f52ea7708cfe0795d217770ac7629fa885ba6f (patch)
tree8afe604e17ce25cb8919741a0839a6eb930d82ae /keyboards/gmmk/gmmk2/p65/ansi/info.json
parentf1aabbfdfaf534315815c44bba7073ef2eddf30d (diff)
GMMK2 65% ANSI Touch-Up (#21544)
* [chore] correct layout data * [chore] rename LAYOUT to LAYOUT_65_ansi_blocker Also adds a layout alias so as to not have to edit the user keymaps. * [enhancement] enable Community Layout support
Diffstat (limited to 'keyboards/gmmk/gmmk2/p65/ansi/info.json')
-rw-r--r--keyboards/gmmk/gmmk2/p65/ansi/info.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/keyboards/gmmk/gmmk2/p65/ansi/info.json b/keyboards/gmmk/gmmk2/p65/ansi/info.json
index c22fe89f58..fbf5d78b55 100644
--- a/keyboards/gmmk/gmmk2/p65/ansi/info.json
+++ b/keyboards/gmmk/gmmk2/p65/ansi/info.json
@@ -21,8 +21,12 @@
},
"processor": "WB32F3G71",
"bootloader": "wb32-dfu",
+ "layout_aliases": {
+ "LAYOUT": "LAYOUT_65_ansi_blocker"
+ },
+ "community_layouts": ["65_ansi_blocker"],
"layouts": {
- "LAYOUT": {
+ "LAYOUT_65_ansi_blocker": {
"layout": [
{"matrix": [1, 3], "x": 0, "y": 0},
{"matrix": [1, 7], "x": 1, "y": 0},
@@ -37,8 +41,8 @@
{"matrix": [8, 7], "x": 10, "y": 0},
{"matrix": [8, 6], "x": 11, "y": 0},
{"matrix": [6, 6], "x": 12, "y": 0},
- {"matrix": [7, 1], "x": 13, "y": 0, "w": 2.25},
- {"matrix": [2, 5], "x": 15.25, "y": 0},
+ {"matrix": [7, 1], "x": 13, "y": 0, "w": 2},
+ {"matrix": [2, 5], "x": 15, "y": 0},
{"matrix": [1, 1], "x": 0, "y": 1, "w": 1.5},
{"matrix": [1, 0], "x": 1.5, "y": 1},
@@ -53,8 +57,8 @@
{"matrix": [8, 0], "x": 10.5, "y": 1},
{"matrix": [8, 1], "x": 11.5, "y": 1},
{"matrix": [6, 1], "x": 12.5, "y": 1},
- {"matrix": [7, 6], "x": 13.5, "y": 1, "w": 1.75},
- {"matrix": [2, 6], "x": 15.25, "y": 1},
+ {"matrix": [7, 6], "x": 13.5, "y": 1, "w": 1.5},
+ {"matrix": [2, 6], "x": 15, "y": 1},
{"matrix": [2, 1], "x": 0, "y": 2, "w": 1.75},
{"matrix": [1, 2], "x": 1.75, "y": 2},
@@ -69,7 +73,7 @@
{"matrix": [8, 2], "x": 10.75, "y": 2},
{"matrix": [8, 3], "x": 11.75, "y": 2},
{"matrix": [8, 4], "x": 12.75, "y": 2, "w": 2.25},
- {"matrix": [6, 5], "x": 15.25, "y": 2},
+ {"matrix": [6, 5], "x": 15, "y": 2},
{"matrix": [0, 0], "x": 0, "y": 3, "w": 2.25},
{"matrix": [1, 4], "x": 2.25, "y": 3},
@@ -83,8 +87,8 @@
{"matrix": [7, 4], "x": 10.25, "y": 3},
{"matrix": [8, 5], "x": 11.25, "y": 3},
{"matrix": [0, 7], "x": 12.25, "y": 3, "w": 1.75},
- {"matrix": [3, 5], "x": 14.25, "y": 3},
- {"matrix": [0, 1], "x": 15.25, "y": 3},
+ {"matrix": [3, 5], "x": 14, "y": 3},
+ {"matrix": [0, 1], "x": 15, "y": 3},
{"matrix": [0, 6], "x": 0, "y": 4, "w": 1.25},
{"matrix": [1, 5], "x": 1.25, "y": 4, "w": 1.25},
@@ -93,9 +97,9 @@
{"matrix": [3, 6], "x": 10, "y": 4, "w": 1.25},
{"matrix": [3, 3], "x": 11.25, "y": 4, "w": 1.25},
- {"matrix": [0, 3], "x": 13.25, "y": 4},
- {"matrix": [7, 3], "x": 14.25, "y": 4},
- {"matrix": [0, 5], "x": 15.25, "y": 4}
+ {"matrix": [0, 3], "x": 13, "y": 4},
+ {"matrix": [7, 3], "x": 14, "y": 4},
+ {"matrix": [0, 5], "x": 15, "y": 4}
]
}
}