diff options
author | Erez Zukerman <contact@ergodox-ez.com> | 2019-05-16 11:26:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 11:26:59 -0400 |
commit | 689303e49f5ff1ca71df1d2d215148a8745539b8 (patch) | |
tree | e967a1e217f7fbffa3865a5b13ae2a046071ec2b | |
parent | 8ca41899d25aa028e2fab1024c7498716ecb04e9 (diff) | |
parent | 37d0686bd0edfd4d7193c3f4478d1210d0e2aa17 (diff) |
Merge pull request #52 from zsa/f/default-debounce
Restores Ergodox default Debounce value
-rw-r--r-- | keyboards/ergodox_ez/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index cbf7f8aaa2..d93ddc3cd7 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -99,6 +99,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * manufacturer specs. */ +#define DEBOUNCE 15 + #define USB_MAX_POWER_CONSUMPTION 500 // RGB backlight |