diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-04-18 09:59:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-18 09:59:52 +0900 |
commit | 09d1ff9a326abe8bdb1f44f94b3ff05fcd0184cb (patch) | |
tree | a2cc7ff1bdc35a24bb1c06f9902c3baebba03f50 /keyboards | |
parent | 362eaec0a3abf54ff661c72c4144837a6f32aee5 (diff) | |
parent | 5f65ba63e71a08d36eb71ccf538493ab442b088e (diff) |
Merge pull request #12 from ErgoDox-EZ/fix/configurator_change
Fix Ergodox EZ keyboard dimensions in info.json
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ergodox_ez/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox_ez/info.json b/keyboards/ergodox_ez/info.json index 7470ab9068..6f7a941574 100644 --- a/keyboards/ergodox_ez/info.json +++ b/keyboards/ergodox_ez/info.json @@ -2,8 +2,8 @@ "keyboard_name": "ErgoDox EZ", "url": "ergodox-ez.com", "maintainer": "erez", - "width": 19.5, - "height": 9.375, + "width": 17, + "height": 8, "layouts": { "LAYOUT_ergodox": { |