diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-27 08:37:29 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-27 08:37:29 -0800 |
commit | cfba2165413796da0e657675c67e40a8683e6107 (patch) | |
tree | 15aa7a5fbeca7fe7bd3f20950db0c5e49dcfac2a | |
parent | 0c1256e60ab430402ad5dcd11f2368bb065fa958 (diff) | |
download | qmk_firmware-cfba2165413796da0e657675c67e40a8683e6107.tar.gz qmk_firmware-cfba2165413796da0e657675c67e40a8683e6107.zip |
S65-Plus: fix layout macro name in info.json (#4728)
-rw-r--r-- | keyboards/s65_plus/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/s65_plus/info.json b/keyboards/s65_plus/info.json index 589269db99..14c5b08d91 100644 --- a/keyboards/s65_plus/info.json +++ b/keyboards/s65_plus/info.json @@ -5,7 +5,7 @@ "width": 18, "height": 5, "layouts": { - "LAYOUT": { + "LAYOUT_ansi": { "layout": [ {"label":"F1", "x":0, "y":0}, {"label":"F2", "x":1, "y":0}, |