Merge pull request #16 from ErgoDox-EZ/f/change-ergodox-debounce

Change ErgodoxEZ default debounce
pull/5990/head
Florian Didron 7 years ago committed by GitHub
commit 021df9d028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,3 +4,4 @@
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 04-16-2019 - Fix info.json for Ergodox EZ
04-16-2019 - Add support for WS2812 based RGB Matrix 04-16-2019 - Add support for WS2812 based RGB Matrix
04-18-2019 - Set ErgodoxEZ default debounce to 5ms

@ -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 * 5, which is now closer to 10ms, but still plenty according to
* manufacturer specs. * manufacturer specs.
*/ */
#define DEBOUNCE 10
#define USB_MAX_POWER_CONSUMPTION 500 #define USB_MAX_POWER_CONSUMPTION 500

Loading…
Cancel
Save