diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-08-03 17:21:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 01:21:59 +0100 |
commit | 5a631ed9ac23b58b1e58ba169e58d443ba5fad87 (patch) | |
tree | 3ceb9d0ab5ef31de5cfb3dcf800aa24ea6a6a4e3 /keyboards/balloondogcaps/tr90/info.json | |
parent | b01814bf68bf888dc7394e2fd20e5029ffbf23be (diff) |
Balloondogcaps TR90 and TR90PM: rename LAYOUT to LAYOUT_ortho_3x3 (#17879)
* balloondogcaps/tr90: rename LAYOUT to LAYOUT_ortho_3x3
* balloondogcaps/tr90pm: rename LAYOUT to LAYOUT_ortho_3x3
Diffstat (limited to 'keyboards/balloondogcaps/tr90/info.json')
-rw-r--r-- | keyboards/balloondogcaps/tr90/info.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/balloondogcaps/tr90/info.json b/keyboards/balloondogcaps/tr90/info.json index c17cafaebf..c4b8c265a0 100644 --- a/keyboards/balloondogcaps/tr90/info.json +++ b/keyboards/balloondogcaps/tr90/info.json @@ -23,8 +23,11 @@ "pid": "0x0001", "vid": "0x4243" }, + "layout_aliases": { + "LAYOUT": "LAYOUT_ortho_3x3" + }, "layouts": { - "LAYOUT": { + "LAYOUT_ortho_3x3": { "layout": [ { "matrix": [0, 0], "x": 0, "y": 0 }, { "matrix": [0, 1], "x": 1, "y": 0 }, |