summaryrefslogtreecommitdiffstats
path: root/keyboards/sirius
diff options
context:
space:
mode:
authorDaniel H Klein <danielklein@utexas.edu>2019-02-15 20:25:02 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-15 20:25:02 +0100
commit2ba54690e68892fe789a50bb1611af329ec2e438 (patch)
tree8fb3a2fa77871c261bfa2c610e2ddf8f455e9670 /keyboards/sirius
parent222380c6364f9891b32e5b677e6cbf3c9e7cf801 (diff)
downloadqmk_firmware-2ba54690e68892fe789a50bb1611af329ec2e438.tar.gz
qmk_firmware-2ba54690e68892fe789a50bb1611af329ec2e438.tar.xz
Fix height in info.json for Unigo66 (#5137)
* UniGo66 keyboard added * UniGo66 keyboard added * case correction of unigo66 files * create sirius folder * Update keyboards/sirius/unigo66/rules.mk Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/danielhklein/keymap.c Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/default/config.h Co-Authored-By: danielhklein <danielklein@utexas.edu> * Update keyboards/sirius/unigo66/keymaps/danielhklein/config.h Co-Authored-By: danielhklein <danielklein@utexas.edu> * debugging * correct keymap to layout * readme * remove common config * suggested changes to config.h * default keymap cleanup * bug fixes * fixed height in info.json
Diffstat (limited to 'keyboards/sirius')
-rw-r--r--keyboards/sirius/unigo66/info.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sirius/unigo66/info.json b/keyboards/sirius/unigo66/info.json
index 956972de3..f80dbe3be 100644
--- a/keyboards/sirius/unigo66/info.json
+++ b/keyboards/sirius/unigo66/info.json
@@ -139,12 +139,12 @@
{"label":"Left", "x":13.5, "y":4},
{"label":"Down", "x":14.5, "y":4},
{"label":"Right", "x":15.5, "y":4},
- {"label":"Space", "x":5.5, "y":5, "H":2},
+ {"label":"Space", "x":5.5, "y":5, "h":2},
{"label":"Ins", "x":6.5, "y":5},
{"label":"Del", "x":6.5, "y":6},
{"label":"Home", "x":9.5, "y":5},
{"label":"End", "x":9.5, "y":6},
- {"label":"Space", "x":10.5, "y":5, "H":2}
+ {"label":"Space", "x":10.5, "y":5, "h":2}
]
}
}