diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-04-19 08:03:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-19 08:03:07 +0900 |
commit | 021df9d02819de16b14b3bf4f4ccc14e6d9e86d5 (patch) | |
tree | 1b21df661b360b681502c1134b5c068f8deefc8e | |
parent | f5e47ed1e5d06a7acfa01d225f267546bf521377 (diff) | |
parent | 69ab70c97cbff336c35f7b9350816f98cbd86880 (diff) |
Merge pull request #16 from ErgoDox-EZ/f/change-ergodox-debounce
Change ErgodoxEZ default debounce
-rw-r--r-- | changelog.md | 13 | ||||
-rw-r--r-- | keyboards/ergodox_ez/config.h | 1 |
2 files changed, 7 insertions, 7 deletions
diff --git a/changelog.md b/changelog.md index 311e8ef3cb..e3f711eeb1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ -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 info.json for Ergodox EZ -04-16-2019 - Add support for WS2812 based RGB Matrix +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 info.json for Ergodox EZ +04-16-2019 - Add support for WS2812 based RGB Matrix +04-18-2019 - Set ErgodoxEZ default debounce to 5ms diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index a75edd4154..cbf7f8aaa2 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -98,7 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * 5, which is now closer to 10ms, but still plenty according to * manufacturer specs. */ -#define DEBOUNCE 10 #define USB_MAX_POWER_CONSUMPTION 500 |