diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-06-23 19:26:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 12:26:55 +1000 |
commit | 480b7e595ec53a891e35895d6707deb000aeb578 (patch) | |
tree | 9d8c14bfa9d695747e71c8b67ff1d8afc84ef800 /keyboards/studiokestra | |
parent | 8030f73f443907aa2a9a7c65340bbe4b07e6060d (diff) | |
download | qmk_firmware-480b7e595ec53a891e35895d6707deb000aeb578.tar.gz qmk_firmware-480b7e595ec53a891e35895d6707deb000aeb578.zip |
Studio Kestra Nue: fix info.json layout macro reference (#13318)
Corrected the info.json file to reference LAYOUT_all instead of LAYOUT.
Diffstat (limited to 'keyboards/studiokestra')
-rw-r--r-- | keyboards/studiokestra/nue/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/studiokestra/nue/info.json b/keyboards/studiokestra/nue/info.json index e12b15d746..457acd8d9c 100644 --- a/keyboards/studiokestra/nue/info.json +++ b/keyboards/studiokestra/nue/info.json @@ -5,7 +5,7 @@ "width": 15, "height": 5, "layouts": { - "LAYOUT": { + "LAYOUT_all": { "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, |