summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/callum/config.h
diff options
context:
space:
mode:
authorCallum Oakley <c.oakley108@gmail.com>2019-03-12 15:21:51 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-12 15:21:51 +0100
commit395a7793d1c39053e95a699b4c5dc6ae9c304584 (patch)
tree6249286c54ed302d8c1d09a7e7042376c9093018 /keyboards/planck/keymaps/callum/config.h
parente046872a80263df895a759a55e72ed51cfa70ae7 (diff)
downloadqmk_firmware-395a7793d1c39053e95a699b4c5dc6ae9c304584.tar.gz
qmk_firmware-395a7793d1c39053e95a699b4c5dc6ae9c304584.tar.xz
Keymap update (#5382)
* home and end on fn layer (for forward and back with left hand) * space movement shortcuts * mouse layer
Diffstat (limited to 'keyboards/planck/keymaps/callum/config.h')
-rw-r--r--keyboards/planck/keymaps/callum/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/callum/config.h b/keyboards/planck/keymaps/callum/config.h
new file mode 100644
index 000000000..49f61dee5
--- /dev/null
+++ b/keyboards/planck/keymaps/callum/config.h
@@ -0,0 +1,7 @@
+#define MOUSEKEY_DELAY 0
+#define MOUSEKEY_INTERVAL 16
+#define MOUSEKEY_MAX_SPEED 10
+#define MOUSEKEY_TIME_TO_MAX 60
+#define MOUSEKEY_WHEEL_DELAY 0
+#define MOUSEKEY_WHEEL_MAX_SPEED 8
+#define MOUSEKEY_WHEEL_TIME_TO_MAX 60