diff options
author | tmk <nobody@nowhere> | 2012-12-05 14:35:46 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-12-05 14:35:46 +0900 |
commit | e70e4a3a67a4c6befc311f66f672ad22fb76c737 (patch) | |
tree | 6d647b06425997cd8acf07eaf7151fdbb4094348 /keyboard/hid_liber/config.h | |
parent | b6e07aa85d799c0254e9c010aa210c019506ff7b (diff) | |
download | qmk_firmware-e70e4a3a67a4c6befc311f66f672ad22fb76c737.tar.gz |
Fix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber)
Diffstat (limited to 'keyboard/hid_liber/config.h')
-rw-r--r-- | keyboard/hid_liber/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hid_liber/config.h b/keyboard/hid_liber/config.h index 792727165..a9b77c7dc 100644 --- a/keyboard/hid_liber/config.h +++ b/keyboard/hid_liber/config.h @@ -39,7 +39,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 7 +#define DEBOUNCE 8 /* key combination for command */ |