summaryrefslogtreecommitdiff
path: root/keyboards/alhenkb
diff options
context:
space:
mode:
authorDuncan Sutherland <dunk2k_2000@hotmail.com>2023-12-04 23:30:02 +0000
committerGitHub <noreply@github.com>2023-12-04 23:30:02 +0000
commit74ae2286a6d8603394a87f147128053cdcd17270 (patch)
tree292de4437f26fff8284c1589cde21e46d0dce99c /keyboards/alhenkb
parent525fe9be96d2f295292c84cda12a8ec498c6e429 (diff)
Fix erroneous commas in `info.json` files (#21712)
Diffstat (limited to 'keyboards/alhenkb')
-rw-r--r--keyboards/alhenkb/macropad5x4/info.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/alhenkb/macropad5x4/info.json b/keyboards/alhenkb/macropad5x4/info.json
index 29be39249d..1fb472255d 100644
--- a/keyboards/alhenkb/macropad5x4/info.json
+++ b/keyboards/alhenkb/macropad5x4/info.json
@@ -65,7 +65,7 @@
{"label": "K31 (B6,F6)", "matrix": [3, 1], "x": 1, "y": 3},
{"label": "K32 (B6,B1)", "matrix": [3, 2], "x": 2, "y": 3},
{"label": "K40 (B5,F4)", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
- {"label": "K42 (B5,B1)", "matrix": [4, 2], "x": 2, "y": 4}
+ {"label": "K42 (B5,B1)", "matrix": [4, 2], "x": 2, "y": 4},
{"label": "K43 (B5,B2)", "matrix": [4, 3], "x": 3, "y": 3, "h": 2}
]
}