diff options
author | Joel Challis <git@zvecr.com> | 2022-04-16 02:23:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 02:23:19 +0100 |
commit | b331c98ca483d04e31bbf2197686ebf4fee7c196 (patch) | |
tree | 5897149815653916a6bbff9cadac8c8ce041bad2 | |
parent | 8de4065b099a99bcffe436a038616b0c31ade7c3 (diff) | |
download | qmk_firmware-b331c98ca483d04e31bbf2197686ebf4fee7c196.tar.gz qmk_firmware-b331c98ca483d04e31bbf2197686ebf4fee7c196.zip |
Resolve layout macro inconsistencies for rmkeebs/rm_numpad (#16856)
-rw-r--r-- | keyboards/rmkeebs/rm_numpad/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/rmkeebs/rm_numpad/info.json b/keyboards/rmkeebs/rm_numpad/info.json index f91c1ec6af..0f60a8ec06 100644 --- a/keyboards/rmkeebs/rm_numpad/info.json +++ b/keyboards/rmkeebs/rm_numpad/info.json @@ -3,7 +3,7 @@ "url": "https://www.rmkeebs.com/product/rm-numpad/", "maintainer": "RuckerMachine", "layouts": { - "LAYOUT_default": { + "LAYOUT_numpad_6x4": { "layout": [ {"label": "Pause", "x": 0, "y": 0.25}, {"label": "Prev", "x": 1, "y": 0.25}, @@ -33,7 +33,7 @@ {"label": ".", "x": 2, "y": 5.25} ] }, - "LAYOUT_split_plus": { + "LAYOUT_split_plus_6x4": { "layout": [ {"label": "Pause", "x": 0, "y": 0.25}, {"label": "Prev", "x": 1, "y": 0.25}, @@ -64,7 +64,7 @@ {"label": ".", "x": 2, "y": 5.25} ] }, - "LAYOUT_ortho": { + "LAYOUT_ortho_6x4": { "layout": [ {"label": "Pause", "x": 0, "y": 0.25}, {"label": "Prev", "x": 1, "y": 0.25}, |