summaryrefslogtreecommitdiff
path: root/keyboards/voyager/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/voyager/chconf.h')
-rw-r--r--keyboards/voyager/chconf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/voyager/chconf.h b/keyboards/voyager/chconf.h
new file mode 100644
index 0000000000..5abb622086
--- /dev/null
+++ b/keyboards/voyager/chconf.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#define CH_CFG_ST_RESOLUTION 16
+
+#define CH_CFG_ST_FREQUENCY 2000
+
+#define CH_CFG_INTERVALS_SIZE 32
+
+#define CH_CFG_TIME_TYPES_SIZE 32
+
+#define CH_CFG_USE_CONDVARS_TIMEOUT FALSE
+
+#include_next <chconf.h>
+