summaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox/keymaps/konstantin/config.h
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2018-09-26 20:08:56 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-26 20:08:56 +0200
commit722f06ff8c7c77843cc5be14d9fdb7d68a16ebf1 (patch)
tree7714855df298f5e69c4844041e928d60424c9f74 /keyboards/whitefox/keymaps/konstantin/config.h
parentf3551747b3cd071bc242fd646f32567fb89f5356 (diff)
downloadqmk_firmware-722f06ff8c7c77843cc5be14d9fdb7d68a16ebf1.tar.gz
qmk_firmware-722f06ff8c7c77843cc5be14d9fdb7d68a16ebf1.tar.xz
Keymap: Update whitefox/konstantin keymap (#3980)
* Rename constexpr keymap folder to konstantin * Replace numpad comma with Unicode comma * Rename tap dance constants * Move record->event.pressed check into switch * Use RShift as a dedicated Fn key
Diffstat (limited to 'keyboards/whitefox/keymaps/konstantin/config.h')
-rw-r--r--keyboards/whitefox/keymaps/konstantin/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/whitefox/keymaps/konstantin/config.h b/keyboards/whitefox/keymaps/konstantin/config.h
new file mode 100644
index 000000000..ad40105a7
--- /dev/null
+++ b/keyboards/whitefox/keymaps/konstantin/config.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#define FORCE_NKRO
+
+#define PERMISSIVE_HOLD
+#define TAPPING_TERM 200
+#define TAPPING_TOGGLE 2
+
+#define MOUSEKEY_DELAY 50
+#define MOUSEKEY_INTERVAL 15
+#define MOUSEKEY_MAX_SPEED 4
+#define MOUSEKEY_TIME_TO_MAX 50
+#define MOUSEKEY_WHEEL_MAX_SPEED 1
+#define MOUSEKEY_WHEEL_TIME_TO_MAX 50