diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-15 11:19:24 -0400 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-15 11:19:24 -0400 |
commit | 8a14952e44b3025cef81a7df9c282d2a062d3909 (patch) | |
tree | 5eea0ac32b127705e60a70695f6aec8680f2166b /keyboards/hhkb/keymaps/shela/config.h | |
parent | c21a882ec9d4d41419ffb0a191c6e6538d0cfd63 (diff) | |
parent | bc8976d27781a45c735eb98d3110e7df6f8a0bad (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/hhkb/keymaps/shela/config.h')
-rw-r--r-- | keyboards/hhkb/keymaps/shela/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/hhkb/keymaps/shela/config.h b/keyboards/hhkb/keymaps/shela/config.h new file mode 100644 index 0000000000..08cc1fb46e --- /dev/null +++ b/keyboards/hhkb/keymaps/shela/config.h @@ -0,0 +1,12 @@ +#ifndef CONFIG_SHELA_H +#define CONFIG_SHELA_H + +#include "../../config.h" + +#undef TAPPING_TERM +#define TAPPING_TERM 230 + +#define ONESHOT_TAP_TOGGLE 2 +#define ONESHOT_TIMEOUT 2000 + +#endif |