summaryrefslogtreecommitdiffstats
path: root/layouts/community/66_ansi/mechmerlin/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-08-12 01:45:29 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-12 01:45:29 +0200
commitf0e0ca402c10fe2ade7129b28a0066bdf10d018d (patch)
treeeb57f7877b80a14be800776f721c9ebb4bdc2096 /layouts/community/66_ansi/mechmerlin/config.h
parent2a49832db33598b8acee822fa7b3a6c6af48de0d (diff)
downloadqmk_firmware-f0e0ca402c10fe2ade7129b28a0066bdf10d018d.tar.gz
qmk_firmware-f0e0ca402c10fe2ade7129b28a0066bdf10d018d.tar.xz
Keymap: copy skully's faux clicky mods (#3628)
Diffstat (limited to 'layouts/community/66_ansi/mechmerlin/config.h')
-rw-r--r--layouts/community/66_ansi/mechmerlin/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/community/66_ansi/mechmerlin/config.h b/layouts/community/66_ansi/mechmerlin/config.h
new file mode 100644
index 000000000..f51361866
--- /dev/null
+++ b/layouts/community/66_ansi/mechmerlin/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