diff options
author | AbstractKB <49011872+AbstractKB@users.noreply.github.com> | 2020-05-18 06:29:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 03:29:01 -0700 |
commit | e55d55edc08d5a5ca557e3ff442ca47ccd731067 (patch) | |
tree | 9d0618f8a9335efcbd4217ddc2629dd840c39d01 /keyboards/gergo/keymaps/abstractkb/config.h | |
parent | ad014c2539fefec0313fc936f41e50f841e42501 (diff) |
[Keymap] added my gergo keymap (#8476)
* added my gergo keymap
* updated personal bfo9000 keymap
* fixed redundancy, extended debounce time
Diffstat (limited to 'keyboards/gergo/keymaps/abstractkb/config.h')
-rw-r--r-- | keyboards/gergo/keymaps/abstractkb/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/gergo/keymaps/abstractkb/config.h b/keyboards/gergo/keymaps/abstractkb/config.h new file mode 100644 index 0000000000..bc7b9f7845 --- /dev/null +++ b/keyboards/gergo/keymaps/abstractkb/config.h @@ -0,0 +1,6 @@ +#pragma once + +#define IGNORE_MOD_TAP_INTERRUPT + +#undef DEBOUNCE +#define DEBOUNCE 10 |