diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-02-06 05:38:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 13:38:41 +0000 |
commit | 6a0e155afe607c75bfffe3f10fb73c9337942f52 (patch) | |
tree | a19293c866ff9ab6b9edebdde0dd8fd531c99c2b | |
parent | 917eebcfac33b81021fa40cef7a5ef8ab3cf73a2 (diff) | |
download | qmk_firmware-6a0e155afe607c75bfffe3f10fb73c9337942f52.tar.gz qmk_firmware-6a0e155afe607c75bfffe3f10fb73c9337942f52.zip |
Ergosaurus Configurator support bugfix (#8104)
Corrected the layout macro name in `info.json`.
-rw-r--r-- | keyboards/ergosaurus/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergosaurus/info.json b/keyboards/ergosaurus/info.json index c43af511b1..97873afd2e 100644 --- a/keyboards/ergosaurus/info.json +++ b/keyboards/ergosaurus/info.json @@ -4,7 +4,7 @@ "width": 19.75, "height": 5.25, "layouts": { - "LAYOUT_default": { + "LAYOUT": { "layout": [ {"label":"`", "x":0.5, "y":0}, {"label":"Esc", "x":1.75, "y":0.25}, |