diff options
Diffstat (limited to 'keyboards/planck/keymaps/dc/config.h')
-rw-r--r-- | keyboards/planck/keymaps/dc/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/dc/config.h b/keyboards/planck/keymaps/dc/config.h new file mode 100644 index 0000000000..07d8533b83 --- /dev/null +++ b/keyboards/planck/keymaps/dc/config.h @@ -0,0 +1,9 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#define TAPPING_TERM 200 +#define TAPPING_TOGGLE 3 + +#endif
\ No newline at end of file |