Skip to content

Commit

Permalink
Merge pull request #12 from ErgoDox-EZ/fix/configurator_change
Browse files Browse the repository at this point in the history
Fix Ergodox EZ keyboard dimensions in info.json
  • Loading branch information
fdidron authored Apr 18, 2019
2 parents 362eaec + 5f65ba6 commit 09d1ff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
04-12-2019 - Add AltGr/RALT support to Send String (qmk#4046)
04-12-2019 - Port DIRECT_PINS from split_common/matrix.c to matrix.c (qmk#5091)
04-12-2019 - Enhancement for Eager debouncing (and Ergodox EZ host sleep fix) (qmk#5621)
04-16-2019 - Fix logic for Combo feature (qmk#5610)
04-16-2019 - Fix logic for Combo feature (qmk#5610)
04-16-2019 - Fix info.json for Ergodox EZ
4 changes: 2 additions & 2 deletions keyboards/ergodox_ez/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 09d1ff9

Please sign in to comment.