txuu: rename LAYOUT to LAYOUT_65_ansi_blocker_split_bs (#13794)

Renames the layout macro to be more conformant to the rest of QMK.
This commit is contained in:
James Young
2021-07-30 11:17:48 -07:00
committed by GitHub
parent 57ad8db60e
commit e180524c10
2 changed files with 6 additions and 3 deletions

View File

@@ -3,8 +3,11 @@
"maintainer": "matthewdias",
"width": 16,
"height": 5,
"layout_aliases": {
"LAYOUT": "LAYOUT_65_ansi_blocker_split_bs"
},
"layouts": {
"LAYOUT": {
"LAYOUT_65_ansi_blocker_split_bs": {
"layout": [
{"label":"0,0", "x":0, "y":0},
{"label":"0,1", "x":1, "y":0},
@@ -77,4 +80,4 @@
]
}
}
}
}