summaryrefslogtreecommitdiffstats
path: root/layouts/community/66_ansi/skully/config.h
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2018-08-11 23:28:01 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-11 23:28:01 +0200
commit1cdef7cd2f4c2b6ad90c80215bf42fb3e66f0cee (patch)
tree1d2cd45cd9b999facd52db9292a8ee7ffb7ac78c /layouts/community/66_ansi/skully/config.h
parentacd276763177e7a288a24f4eb86b47f95207ab2f (diff)
downloadqmk_firmware-1cdef7cd2f4c2b6ad90c80215bf42fb3e66f0cee.tar.gz
qmk_firmware-1cdef7cd2f4c2b6ad90c80215bf42fb3e66f0cee.tar.xz
Keymap: Add fauxclicky support to my keymap (#3625)
Diffstat (limited to 'layouts/community/66_ansi/skully/config.h')
-rw-r--r--layouts/community/66_ansi/skully/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/community/66_ansi/skully/config.h b/layouts/community/66_ansi/skully/config.h
new file mode 100644
index 000000000..f51361866
--- /dev/null
+++ b/layouts/community/66_ansi/skully/config.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#ifdef AUDIO_CLICKY
+ #define AUDIO_CLICKY_ON
+ #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f
+ #define AUDIO_CLICKY_FREQ_MIN 65.41f
+ #define AUDIO_CLICKY_FREQ_MAX 1046.5f
+ //#define AUDIO_CLICKY_FREQ_FACTOR 1.18921f
+ //#define AUDIO_CLICKY_FREQ_FACTOR 2.71828f // e
+ #define AUDIO_CLICKY_FREQ_FACTOR 1.61803f // golden ratio
+ #define AUDIO_CLICKY_FREQ_RANDOMNESS 17.0f
+#endif