diff options
author | Joel Challis <git@zvecr.com> | 2022-04-29 01:31:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 01:31:55 +0100 |
commit | 6e819945ed7d0084f22cbf4221eb166243c3ce07 (patch) | |
tree | f1910a27d8cabffac192ac5d20a73b2cb806ad3a /data/schemas | |
parent | d458d4a596cd1fe8f0a21b9b70ab2e5cd190e7c7 (diff) | |
download | qmk_firmware-6e819945ed7d0084f22cbf4221eb166243c3ce07.tar.gz qmk_firmware-6e819945ed7d0084f22cbf4221eb166243c3ce07.zip |
Remove some layout exceptions (#16957)
* LAYOUT_JP -> LAYOUT_jp
* LAYOUT_ANSI_DEFAULT -> LAYOUT
* LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
Diffstat (limited to 'data/schemas')
-rw-r--r-- | data/schemas/definitions.jsonschema | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data/schemas/definitions.jsonschema b/data/schemas/definitions.jsonschema index cca30af827..1bdfbbeb03 100644 --- a/data/schemas/definitions.jsonschema +++ b/data/schemas/definitions.jsonschema @@ -41,8 +41,6 @@ "LAYOUT_2x2uC", "LAYOUT_2x3uC", "LAYOUT_625uC", - "LAYOUT_ANSI_DEFAULT", - "LAYOUT_JP", "LAYOUT_ortho_3x12_1x2uC", "LAYOUT_ortho_4x12_1x2uC", "LAYOUT_ortho_4x12_1x2uL", @@ -57,8 +55,7 @@ "LAYOUT_planck_1x2uR", "LAYOUT_preonic_1x2uC", "LAYOUT_preonic_1x2uL", - "LAYOUT_preonic_1x2uR", - "LAYOUT_reviung34_2uL" + "LAYOUT_preonic_1x2uR" ] }, { |