Merge pull request #12 from ErgoDox-EZ/fix/configurator_change

Fix Ergodox EZ keyboard dimensions in info.json
pull/5641/head
Florian Didron 5 years ago committed by GitHub
commit 09d1ff9a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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": {

Loading…
Cancel
Save