summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/buhearns/config.h
diff options
context:
space:
mode:
authorbuhearns <47539568+buhearns@users.noreply.github.com>2019-02-13 18:16:04 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-13 18:16:04 +0100
commit918a52da61f8db245d6389e0ff574f41d4d17ccf (patch)
tree96311f7fef84952ca4c4af691317e7c46697ddb3 /keyboards/planck/keymaps/buhearns/config.h
parent9a05c5d7876c81ac0f074366fa1790de31fd44e0 (diff)
downloadqmk_firmware-918a52da61f8db245d6389e0ff574f41d4d17ccf.tar.gz
qmk_firmware-918a52da61f8db245d6389e0ff574f41d4d17ccf.tar.xz
[Keymap] Adding buhearns keymap (#5105)
* [Keymap] Adding buhearns keymap * Removing deprecated function with fauxpark's help * Update readme.md * Switching to UNICODE_ENABLE with drashna's help * Update rules.mk * Update config.h * Update config.h Tidying up * Update keymap.c Tidying up * Update readme.md Tidying up * Update rules.mk Tidying up * Removing GESC and adding TILD
Diffstat (limited to 'keyboards/planck/keymaps/buhearns/config.h')
-rw-r--r--keyboards/planck/keymaps/buhearns/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/buhearns/config.h b/keyboards/planck/keymaps/buhearns/config.h
new file mode 100644
index 000000000..b8f3c1843
--- /dev/null
+++ b/keyboards/planck/keymaps/buhearns/config.h
@@ -0,0 +1,15 @@
+#pragma once
+
+#ifdef AUDIO_ENABLE
+ #define STARTUP_SONG SONG(MARIO_MUSHROOM)
+ #define UNICODE_SONG_OSX SONG(COIN_SOUND)
+ #define UNICODE_SONG_LNX SONG(UNICODE_LINUX)
+ #define UNICODE_SONG_WIN SONG(UNICODE_WINDOWS)
+ #define UNICODE_SONG_WINC SONG(UNICODE_WINDOWS)
+#endif
+
+#define ENCODER_RESOLUTION 4
+#define MOUSEKEY_DELAY 300
+#define MOUSEKEY_INTERVAL 50
+#define MOUSEKEY_MAX_SPEED 8
+#define MOUSEKEY_TIME_TO_MAX 20