summaryrefslogtreecommitdiff
path: root/users/mattly/config.h
diff options
context:
space:
mode:
authorMatthew Lyon <matthew@lyonheart.us>2019-07-08 06:27:30 -0700
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-07-08 06:27:30 -0700
commit06ba968759041d8c6dfe1309888d21bdbc16cd24 (patch)
treede550b10caa37eeb344bbb65e957e10f63cd419a /users/mattly/config.h
parent75795186135e6d83de1ff3bb108f9c5471742ba4 (diff)
mattly's userspace and iris (#6279)
Diffstat (limited to 'users/mattly/config.h')
-rw-r--r--users/mattly/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/mattly/config.h b/users/mattly/config.h
new file mode 100644
index 0000000000..25d3798011
--- /dev/null
+++ b/users/mattly/config.h
@@ -0,0 +1,9 @@
+#pragma once
+
+// Most tactile encoders have detents every 4 stages
+#define ENCODER_RESOLUTION 4
+
+#define IGNORE_MOD_TAP_INTERRUPT
+#define PERMISSIVE_HOLD
+#define TAPPING_TOGGLE 2
+#define TAPPING_TERM 200