diff options
author | Zach White <skullydazed@gmail.com> | 2021-01-03 15:44:50 -0800 |
---|---|---|
committer | Zach White <skullydazed@drpepper.org> | 2021-01-03 17:55:54 -0800 |
commit | 5b2feecdf3755fce58d8b04c45dae0aec9c5cd1b (patch) | |
tree | 0800b4e7547f888f19706c7e90acae168e934664 | |
parent | ac5a1ccffb934f96d6fc3ae07a5b9581df8e8e5e (diff) | |
download | qmk_firmware-5b2feecdf3755fce58d8b04c45dae0aec9c5cd1b.tar.gz qmk_firmware-5b2feecdf3755fce58d8b04c45dae0aec9c5cd1b.zip |
fix lizard_trick/tenkey_plusplus/info.json
-rw-r--r-- | keyboards/lizard_trick/tenkey_plusplus/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lizard_trick/tenkey_plusplus/info.json b/keyboards/lizard_trick/tenkey_plusplus/info.json index b81f83763c..cad5dd75db 100644 --- a/keyboards/lizard_trick/tenkey_plusplus/info.json +++ b/keyboards/lizard_trick/tenkey_plusplus/info.json @@ -5,8 +5,8 @@ "width": 4, "height": 5, "layouts": { - "default": { - "LAYOUT": [ + "LAYOUT": { + "layout": [ {"label": "Mute", "x": 0, "y": 0, "w": 1.3}, {"label": "MDPL", "x": 1.3, "y": 0, "w": 1.4}, {"label": "MDNX", "x": 2.7, "y": 0, "w": 1.3}, |