summaryrefslogtreecommitdiff
path: root/keyboards/crimsonkeyboards/resume1800/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-09-04 03:13:35 +0100
committerGitHub <noreply@github.com>2023-09-04 03:13:35 +0100
commita40cccced29990eef5dac798d522c87807aa5e3a (patch)
tree5b7a38cd7a69b7acd3491fdf1965108379ab36a8 /keyboards/crimsonkeyboards/resume1800/info.json
parent41bd4e35a09cc50f45112074d2b776254a3a17f8 (diff)
Resolve some "Layout should not contain name of keyboard" lint warnings (#21898)
Diffstat (limited to 'keyboards/crimsonkeyboards/resume1800/info.json')
-rw-r--r--keyboards/crimsonkeyboards/resume1800/info.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/crimsonkeyboards/resume1800/info.json b/keyboards/crimsonkeyboards/resume1800/info.json
index 0a967d11d6..23257be46e 100644
--- a/keyboards/crimsonkeyboards/resume1800/info.json
+++ b/keyboards/crimsonkeyboards/resume1800/info.json
@@ -20,8 +20,12 @@
},
"processor": "atmega32a",
"bootloader": "usbasploader",
+ "layout_aliases": {
+ "LAYOUT_resume1800_ansi_all": "LAYOUT_ansi_all",
+ "LAYOUT_resume1800_iso_all": "LAYOUT_iso_all"
+ },
"layouts": {
- "LAYOUT_resume1800_ansi_all": {
+ "LAYOUT_ansi_all": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
@@ -138,7 +142,7 @@
{"matrix": [5, 19], "x": 19, "y": 5}
]
},
- "LAYOUT_resume1800_iso_all": {
+ "LAYOUT_iso_all": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},