summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/dc/config.h
diff options
context:
space:
mode:
authorDavid Collom <david.m.collom@gmail.com>2018-03-23 23:55:46 +0100
committerDrashna Jaelre <drashna@live.com>2018-03-23 23:55:46 +0100
commitb3e7149a65ac7855a9a56f34b213048326280a78 (patch)
tree1de7879729269ac795c2d432aef9e0e3efc7cbb5 /keyboards/planck/keymaps/dc/config.h
parentc3c4164faf002c838e00bb4cc3d81a2c819c58c3 (diff)
downloadqmk_firmware-b3e7149a65ac7855a9a56f34b213048326280a78.tar.gz
qmk_firmware-b3e7149a65ac7855a9a56f34b213048326280a78.tar.xz
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.h9
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