summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/keymaps/bramver/config.h
diff options
context:
space:
mode:
authorBramver <BramVer@users.noreply.github.com>2018-10-02 22:06:31 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-02 13:06:31 -0700
commit66b793730ead28e409cbc152606a769e1c7b6a0b (patch)
tree620085de9f17df941a51e142b2391f7cb5bba58e /keyboards/xd75/keymaps/bramver/config.h
parent5c2ac733afe9f6d68d2ad42c9d58fbff466a7874 (diff)
Keymap: Personal XD75 keymap added. (#4045)
* Personal XD75 keymap added. Nothing fancy, has emojisupport. * Converted to spaces to follow guidelines * Fixed requested changes. Replacing include guards with pragma once. Omitting unnecessary lines. PR #4045
Diffstat (limited to 'keyboards/xd75/keymaps/bramver/config.h')
-rw-r--r--keyboards/xd75/keymaps/bramver/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/bramver/config.h b/keyboards/xd75/keymaps/bramver/config.h
new file mode 100644
index 0000000000..2264af74c2
--- /dev/null
+++ b/keyboards/xd75/keymaps/bramver/config.h
@@ -0,0 +1,25 @@
+/* Copyright 2018 darm
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+#define MOUSEKEY_DELAY 0
+#define MOUSEKEY_INTERVAL 16
+#define MOUSEKEY_MAX_SPEED 7
+#define MOUSEKEY_TIME_TO_MAX 60
+#define MOUSEKEY_WHEEL_MAX_SPEED 8
+#define MOUSEKEY_WHEEL_TIME_TO_MAX 40
+#define MOUSEKEY_WHEEL_DELAY 0