summaryrefslogtreecommitdiff
path: root/keyboards/kudox_full/post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kudox_full/post_config.h')
-rw-r--r--keyboards/kudox_full/post_config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/kudox_full/post_config.h b/keyboards/kudox_full/post_config.h
new file mode 100644
index 0000000000..eb26f369c3
--- /dev/null
+++ b/keyboards/kudox_full/post_config.h
@@ -0,0 +1,20 @@
+// Copyright 2021 Kumao Kobo (@kumaokobo)
+// SPDX-License-Identifier: GPL-2.0+
+
+#pragma once
+
+#ifndef MOUSEKEY_INTERVAL
+# define MOUSEKEY_INTERVAL 20
+#endif
+#ifndef MOUSEKEY_DELAY
+# define MOUSEKEY_DELAY 0
+#endif
+#ifndef MOUSEKEY_TIME_TO_MAX
+# define MOUSEKEY_TIME_TO_MAX 60
+#endif
+#ifndef MOUSEKEY_MAX_SPEED
+# define MOUSEKEY_MAX_SPEED 7
+#endif
+#ifndef MOUSEKEY_WHEEL_DELAY
+# define MOUSEKEY_WHEEL_DELAY 0
+#endif