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 | |
| 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.
| -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 e12b15d74..457acd8d9 100644 --- a/keyboards/studiokestra/nue/info.json +++ b/keyboards/studiokestra/nue/info.json | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | "width": 15, | 5 | "width": 15, |
| 6 | "height": 5, | 6 | "height": 5, |
| 7 | "layouts": { | 7 | "layouts": { |
| 8 | "LAYOUT": { | 8 | "LAYOUT_all": { |
| 9 | "layout": [ | 9 | "layout": [ |
| 10 | {"x":0, "y":0}, | 10 | {"x":0, "y":0}, |
| 11 | {"x":1, "y":0}, | 11 | {"x":1, "y":0}, |
