summaryrefslogtreecommitdiff
path: root/qmk_atreus_layout/config.h
diff options
context:
space:
mode:
authortslil clingman <>2022-08-01 22:06:53 +0200
committertslil clingman <>2022-08-01 22:06:53 +0200
commit332ad8b7a1af68ec8f3c6ea62c426abe85d7f009 (patch)
tree20e240732a5a57b6671e05eb8be5fe941df99936 /qmk_atreus_layout/config.h
parentabd02a6e05f2e2031a65cd927e4abdf6f89335ee (diff)
update atreus layout
Diffstat (limited to 'qmk_atreus_layout/config.h')
-rw-r--r--qmk_atreus_layout/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/qmk_atreus_layout/config.h b/qmk_atreus_layout/config.h
new file mode 100644
index 0000000..9b69a4a
--- /dev/null
+++ b/qmk_atreus_layout/config.h
@@ -0,0 +1,14 @@
+#pragma once
+
+// Prevent normal rollover on alphas from accidentally triggering mods.
+#define IGNORE_MOD_TAP_INTERRUPT
+
+// Recommended for heavy chording.
+#define QMK_KEYS_PER_SCAN 4
+
+// Mouse key speed and acceleration.
+#define MOUSEKEY_DELAY 0
+#define MOUSEKEY_INTERVAL 16
+#define MOUSEKEY_WHEEL_DELAY 0
+#define MOUSEKEY_MAX_SPEED 6
+#define MOUSEKEY_TIME_TO_MAX 64