Skip to content

Commit

Permalink
Merge pull request #16 from ErgoDox-EZ/f/change-ergodox-debounce
Browse files Browse the repository at this point in the history
Change ErgodoxEZ default debounce
  • Loading branch information
fdidron authored Apr 18, 2019
2 parents f5e47ed + 69ab70c commit 021df9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 7 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion keyboards/ergodox_ez/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 021df9d

Please sign in to comment.