diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-24 13:59:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-24 13:59:30 -0400 |
commit | 7a4ec3bd926865e490fbf7c5ec68d762e998683f (patch) | |
tree | ec50b19b9031b1f3f24e003879f95cf9690d61af /keyboards/frosty_flake/keymaps/nikchi/config.h | |
parent | ad420e7205bb2483348056d6b77adb837010ad5a (diff) | |
parent | 006ba4bf36e026d6b6c91ef52a5d0e32c7eefe34 (diff) |
Merge pull request #1316 from nikchi/master
FrostyFlake Keymap
Diffstat (limited to 'keyboards/frosty_flake/keymaps/nikchi/config.h')
-rw-r--r-- | keyboards/frosty_flake/keymaps/nikchi/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/frosty_flake/keymaps/nikchi/config.h b/keyboards/frosty_flake/keymaps/nikchi/config.h new file mode 100644 index 0000000000..e91d082c8a --- /dev/null +++ b/keyboards/frosty_flake/keymaps/nikchi/config.h @@ -0,0 +1,24 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#define TAPPING_TERM 300 +#define LEADER_TIMEOUT 400 + +#define DISABLE_SPACE_CADET_ROLLOVER + +#define UNICODE_TYPE_DELAY 0 + +#define LSPO_KEY KC_9 +#define RSPC_KEY KC_0 + +#define MOUSEKEY_INTERVAL 20 +#define MOUSEKEY_DELAY 0 +#define MOUSEKEY_TIME_TO_MAX 60 +#define MOUSEKEY_MAX_SPEED 7 +#define MOUSEKEY_WHEEL_DELAY 0 +// place overrides here + +#endif + |