diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-12 13:38:47 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 02:38:47 +0000 |
commit | 0afe0e24411a4c658e12c1872a9d4cd95358f2d8 (patch) | |
tree | 8bb23036dbbebb60bea1ac7d41a7c27fd266e95d /keyboards/crbn | |
parent | 78d366fca6c42086121bb64261c8acff32afe7f6 (diff) |
Fix layout aliases for two boards (#19818)
Diffstat (limited to 'keyboards/crbn')
-rw-r--r-- | keyboards/crbn/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |