summaryrefslogtreecommitdiff
path: root/keyboards/macrocat/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2022-08-10 18:34:20 -0700
committerGitHub <noreply@github.com>2022-08-10 18:34:20 -0700
commitc230d0658eb1e8293695d16ad93549b81059449f (patch)
tree1aa3ab82ce7b0e65e70edeab4fb7f451c646843c /keyboards/macrocat/info.json
parentd790b535802e4e219b37e6cbbb780239b0631b19 (diff)
MacroCat Refactor (#17969)
Diffstat (limited to 'keyboards/macrocat/info.json')
-rw-r--r--keyboards/macrocat/info.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/macrocat/info.json b/keyboards/macrocat/info.json
index bf3edb084d..421f1283e1 100644
--- a/keyboards/macrocat/info.json
+++ b/keyboards/macrocat/info.json
@@ -1,7 +1,7 @@
{
"manufacturer": "Catmunch",
"keyboard_name": "MacroCat Keyboard",
- "maintainer": "Catmunch",
+ "maintainer": "Catmunch, starcatmeow",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
@@ -24,8 +24,11 @@
"pid": "0x8086",
"vid": "0x2022"
},
+ "layout_aliases": {
+ "LAYOUT_numpad_4x4": "LAYOUT_ortho_4x4"
+ },
"layouts": {
- "LAYOUT_numpad_4x4": {
+ "LAYOUT_ortho_4x4": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0 },
{ "matrix": [0, 1], "x": 1, "y": 0 },
@@ -46,4 +49,4 @@
]
}
}
-} \ No newline at end of file
+}