summaryrefslogtreecommitdiff
path: root/keyboards/keebio/quefrency/keymaps/bcat/config.h
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2019-04-26 22:48:26 -0500
committerDrashna Jaelre <drashna@live.com>2019-04-26 20:48:26 -0700
commit777e8be80aac3f2b1bd3910c401c6504a4f07692 (patch)
tree12a78262f457c37fa057ba6db767f57040f07f64 /keyboards/keebio/quefrency/keymaps/bcat/config.h
parent8faee5c9f67e9a5389754f90ded6983e669aae15 (diff)
[Keymap] New keymap for Quefrency 65% with split backspace, RGB, media keys, mouse keys (#5717)
* Add initial keyboard layout for Quefrency * Add RGB config and keybindings for Quefrency * Move Quefrency wheel keys to more convenient place * Actually switch from serial to I2C Commit 64708c6 updated the comment, not the #define. D'oh!
Diffstat (limited to 'keyboards/keebio/quefrency/keymaps/bcat/config.h')
-rw-r--r--keyboards/keebio/quefrency/keymaps/bcat/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/quefrency/keymaps/bcat/config.h b/keyboards/keebio/quefrency/keymaps/bcat/config.h
new file mode 100644
index 0000000000..528cfd39ad
--- /dev/null
+++ b/keyboards/keebio/quefrency/keymaps/bcat/config.h
@@ -0,0 +1,24 @@
+#pragma once
+
+/* Use I2C rather than serial communicaiton to reduce latency. */
+#define USE_I2C
+
+/* Turn off RGB lighting when the host goes to sleep. */
+#define RGBLIGHT_SLEEP
+
+/* Use an extra LED on the right side since it's wider on the 65% PCB. */
+#undef RGBLED_NUM
+#define RGBLED_NUM 17
+
+/* Set up RGB lighting so it works with either side as master. */
+#define RGBLED_SPLIT { 8, 9 }
+
+/* Make mouse operation smoother. */
+#define MOUSEKEY_DELAY 0
+#define MOUSEKEY_INTERVAL 16
+
+/* Lower mouse speed to adjust for reduced MOUSEKEY_INTERVAL. */
+#define MOUSEKEY_MAX_SPEED 7
+#define MOUSEKEY_TIME_TO_MAX 150
+#define MOUSEKEY_WHEEL_MAX_SPEED 4
+#define MOUSEKEY_WHEEL_TIME_TO_MAX 150