diff options
author | David Collom <david.m.collom@gmail.com> | 2018-03-23 15:55:46 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-03-23 15:55:46 -0700 |
commit | b3e7149a65ac7855a9a56f34b213048326280a78 (patch) | |
tree | 1de7879729269ac795c2d432aef9e0e3efc7cbb5 /keyboards/planck/keymaps/dc/config.h | |
parent | c3c4164faf002c838e00bb4cc3d81a2c819c58c3 (diff) | |
download | firmware-b3e7149a65ac7855a9a56f34b213048326280a78.tar.gz firmware-b3e7149a65ac7855a9a56f34b213048326280a78.tar.bz2 firmware-b3e7149a65ac7855a9a56f34b213048326280a78.zip |
yet another keymap (#2356)
* added keymap
* added readme
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 000000000..07d8533b8 --- /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 |