Skip to content

Commit

Permalink
Fix layout aliases for two boards (#19818)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Feb 12, 2023
1 parent 78d366f commit 0afe0e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/crbn/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions keyboards/kepler_33/proto/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 0afe0e2

Please sign in to comment.