summaryrefslogtreecommitdiffstats
path: root/keyboards/amj40/keymaps/myee/config.h
diff options
context:
space:
mode:
authorMatthew Yee <yee.matthew@gmail.com>2018-03-16 21:36:17 +0100
committerJack Humbert <jack.humb@gmail.com>2018-03-16 21:36:17 +0100
commit4dc3a01fcb4401c110e10e3e4015ced856dc7055 (patch)
tree494485e53f264c0cb28e784a207f956fa95615bf /keyboards/amj40/keymaps/myee/config.h
parenta3047f1ab35e2e9543dae78cd3336f2cd13e596c (diff)
downloadqmk_firmware-4dc3a01fcb4401c110e10e3e4015ced856dc7055.tar.gz
qmk_firmware-4dc3a01fcb4401c110e10e3e4015ced856dc7055.tar.xz
Added my keymap (#2529)
* Added my keymap * maybe that wasn't quite right. * Reduced the tap time to register layer * changed the tapping term that fits my typing speed a little better * Added retro tapping and reduced tapping term duration
Diffstat (limited to 'keyboards/amj40/keymaps/myee/config.h')
-rw-r--r--keyboards/amj40/keymaps/myee/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/amj40/keymaps/myee/config.h b/keyboards/amj40/keymaps/myee/config.h
new file mode 100644
index 000000000..8e6c4dfa4
--- /dev/null
+++ b/keyboards/amj40/keymaps/myee/config.h
@@ -0,0 +1,10 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+#include "../../config.h"
+
+#define TAPPING_TERM 25
+#define RETRO_TAPPING
+#define PERMISSIVE_HOLD
+
+
+#endif \ No newline at end of file