diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-30 11:17:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 11:17:48 -0700 |
commit | e180524c10a8d740dce193c8596af3957b4a9dd9 (patch) | |
tree | ac13eb8c682557b850d9f9f250480b7e04b23e5a /keyboards/txuu/info.json | |
parent | 57ad8db60e1bd34695a178a44d6efa9f2f853261 (diff) | |
download | qmk_firmware-e180524c10a8d740dce193c8596af3957b4a9dd9.tar.gz qmk_firmware-e180524c10a8d740dce193c8596af3957b4a9dd9.zip |
txuu: rename LAYOUT to LAYOUT_65_ansi_blocker_split_bs (#13794)
Renames the layout macro to be more conformant to the rest of QMK.
Diffstat (limited to 'keyboards/txuu/info.json')
-rw-r--r-- | keyboards/txuu/info.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/txuu/info.json b/keyboards/txuu/info.json index 7225605f5e..d3dd0a8c26 100644 --- a/keyboards/txuu/info.json +++ b/keyboards/txuu/info.json @@ -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 @@ ] } } -}
\ No newline at end of file +} |