diff options
author | Florian Didron <florian@111studio.jp> | 2019-05-17 00:20:21 +0900 |
---|---|---|
committer | Florian Didron <florian@111studio.jp> | 2019-05-17 00:20:21 +0900 |
commit | 37d0686bd0edfd4d7193c3f4478d1210d0e2aa17 (patch) | |
tree | e967a1e217f7fbffa3865a5b13ae2a046071ec2b /keyboards | |
parent | 8ca41899d25aa028e2fab1024c7498716ecb04e9 (diff) |
Restores Ergodox default Debounce value
Diffstat (limited to 'keyboards')
-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 |