diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-20 03:19:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 05:19:34 +1000 |
commit | bd8220e9fc871d7997f1565858bb7b3c77756237 (patch) | |
tree | ec07a369e9d72168c0c491e2030a4ff798a5df9d /keyboards/amjkeyboard/amj40/keymaps/myee/config.h | |
parent | 314865f83366fbaa547540154e0d2a48e7a2e72c (diff) |
move amj keyboards into amjkeyboard vendor folder (#15733)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/amjkeyboard/amj40/keymaps/myee/config.h')
-rw-r--r-- | keyboards/amjkeyboard/amj40/keymaps/myee/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/amjkeyboard/amj40/keymaps/myee/config.h b/keyboards/amjkeyboard/amj40/keymaps/myee/config.h new file mode 100644 index 0000000000..8e6c4dfa43 --- /dev/null +++ b/keyboards/amjkeyboard/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 |