From 0afe0e24411a4c658e12c1872a9d4cd95358f2d8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 12 Feb 2023 13:38:47 +1100 Subject: Fix layout aliases for two boards (#19818) --- keyboards/crbn/info.json | 2 +- keyboards/kepler_33/proto/info.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/keyboards/crbn/info.json b/keyboards/crbn/info.json index 9c6894a74d..6eb201df38 100644 --- a/keyboards/crbn/info.json +++ b/keyboards/crbn/info.json @@ -10,7 +10,7 @@ }, "community_layouts": [ "ortho_4x12", "planck_mit" ], "layout_aliases": { - "LAYOUT_crbn_1x2u": "LAYOUT_1x2u", + "LAYOUT_crbn_1x2u": "LAYOUT_planck_mit", "LAYOUT_crbn_2x2u": "LAYOUT_2x2u" }, "layouts": { diff --git a/keyboards/kepler_33/proto/info.json b/keyboards/kepler_33/proto/info.json index c736b00970..807095dbbc 100644 --- a/keyboards/kepler_33/proto/info.json +++ b/keyboards/kepler_33/proto/info.json @@ -25,6 +25,9 @@ "rows": ["B12", "B13", "B14", "B15"], "cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "B6", "B10", "B9", "B8", "B7"] }, + "layout_aliases": { + "LAYOUT_proto": "LAYOUT" + }, "layouts": { "LAYOUT": { "layout": [ -- cgit v1.2.3