aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hhkb/ansi/keymaps/brett/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hhkb/ansi/keymaps/brett/config.h')
-rw-r--r--keyboards/hhkb/ansi/keymaps/brett/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/hhkb/ansi/keymaps/brett/config.h b/keyboards/hhkb/ansi/keymaps/brett/config.h
new file mode 100644
index 000000000..b9a61e10a
--- /dev/null
+++ b/keyboards/hhkb/ansi/keymaps/brett/config.h
@@ -0,0 +1,17 @@
1#pragma once
2
3// Define mousekey settings
4#define MOUSEKEY_DELAY 0
5#define MOUSEKEY_INTERVAL 20
6#define MOUSEKEY_MAX_SPEED 2
7#define MOUSEKEY_TIME_TO_MAX 5
8#define MOUSEKEY_WHEEL_DELAY 0
9
10#define LSPO_KEY KC_9
11#define RSPC_KEY KC_0
12#define LSPO_MOD KC_LSHIFT
13#define RSPC_MOD KC_RSHIFT
14
15// This makes it possible to do rolling combos (zx) with keys that convert to other keys on hold (z becomes ctrl when
16// you hold it, and when this option isn't enabled, z rapidly followed by x actually sends Ctrl-x. That's bad.)
17#define IGNORE_MOD_TAP_INTERRUPT