diff options
| author | Jack Humbert | 2018-06-12 16:59:35 +0200 |
|---|---|---|
| committer | Jack Humbert | 2018-06-12 16:59:35 +0200 |
| commit | 998ddbb122c9d3e2a77bd4e88c881b225ca0d569 (patch) | |
| tree | ca91ff7ad3c4866555d1e623fe9ea05276397e1c /users/mtdjr/config.h | |
| parent | c0095710a7c7e9bd94aa9f4dd814dc28d718c731 (diff) | |
| parent | 06487daaddf923d635e8a528d1eb644b875a73f6 (diff) | |
Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox
Diffstat (limited to 'users/mtdjr/config.h')
| -rw-r--r-- | users/mtdjr/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/mtdjr/config.h b/users/mtdjr/config.h new file mode 100644 index 0000000000..9769ebc18a --- /dev/null +++ b/users/mtdjr/config.h @@ -0,0 +1,7 @@ +#ifndef USERSPACE_CONFIG_H +#define USERSPACE_CONFIG_H + +// Put normal config.h settings here: +#define TAPPING_TERM 250 + +#endif // !USERSPACE_CONFIG_H |