diff options
author | tmk <nobody@nowhere> | 2013-03-27 17:15:06 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-27 17:15:06 +0900 |
commit | 2795b7a0a30c351a85f17cb4c0b414297e096282 (patch) | |
tree | d456c2a781ec6f81d3ed7ef2e567c952e121daf1 /keyboard/hbkb/config.h | |
parent | 969cc4f812e3f86213f97adf340e3c7160fc639e (diff) | |
download | qmk_firmware-2795b7a0a30c351a85f17cb4c0b414297e096282.tar.gz qmk_firmware-2795b7a0a30c351a85f17cb4c0b414297e096282.zip |
Fix debouncing on gh60, hbkb, macway
Diffstat (limited to 'keyboard/hbkb/config.h')
-rw-r--r-- | keyboard/hbkb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hbkb/config.h b/keyboard/hbkb/config.h index aa3af30c14..b31a865382 100644 --- a/keyboard/hbkb/config.h +++ b/keyboard/hbkb/config.h @@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_HAS_GHOST /* Set 0 if need no debouncing */ -#define DEBOUNCE 10 +#define DEBOUNCE 5 /* legacy keymap support */ #define USE_LEGACY_KEYMAP |