summaryrefslogtreecommitdiffstats
path: root/keyboards/ymd96/keymaps/hgoel89/config.h
diff options
context:
space:
mode:
authorHarshit Goel <harshitgoel96@yahoo.com>2018-06-01 21:07:49 +0200
committerDrashna Jaelre <drashna@live.com>2018-06-01 21:07:49 +0200
commitb36a1ef61baf857281f124e27e7d0faefb49ad13 (patch)
tree216a8b93f4980243a52444fe9d00c40c984d3f6d /keyboards/ymd96/keymaps/hgoel89/config.h
parent74d86832c3ff5107daa015bdb7709af6256a462c (diff)
downloadqmk_firmware-b36a1ef61baf857281f124e27e7d0faefb49ad13.tar.gz
qmk_firmware-b36a1ef61baf857281f124e27e7d0faefb49ad13.tar.xz
YMD96 complete QMK port (#3105)
* readded code for YMD96 full working * added jj50 layout back
Diffstat (limited to 'keyboards/ymd96/keymaps/hgoel89/config.h')
-rw-r--r--keyboards/ymd96/keymaps/hgoel89/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ymd96/keymaps/hgoel89/config.h b/keyboards/ymd96/keymaps/hgoel89/config.h
new file mode 100644
index 000000000..52aaa8f24
--- /dev/null
+++ b/keyboards/ymd96/keymaps/hgoel89/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+#define PREVENT_STUCK_MODIFIERS
+#define TAPPING_TERM 300
+
+#endif