aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/66_ansi/mechmerlin/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/66_ansi/mechmerlin/config.h')
-rw-r--r--layouts/community/66_ansi/mechmerlin/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/community/66_ansi/mechmerlin/config.h b/layouts/community/66_ansi/mechmerlin/config.h
index f51361866..6f70f09be 100644
--- a/layouts/community/66_ansi/mechmerlin/config.h
+++ b/layouts/community/66_ansi/mechmerlin/config.h
@@ -1,12 +1 @@
1#pragma once #pragma once
2
3#ifdef AUDIO_CLICKY
4 #define AUDIO_CLICKY_ON
5 #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f
6 #define AUDIO_CLICKY_FREQ_MIN 65.41f
7 #define AUDIO_CLICKY_FREQ_MAX 1046.5f
8 //#define AUDIO_CLICKY_FREQ_FACTOR 1.18921f
9 //#define AUDIO_CLICKY_FREQ_FACTOR 2.71828f // e
10 #define AUDIO_CLICKY_FREQ_FACTOR 1.61803f // golden ratio
11 #define AUDIO_CLICKY_FREQ_RANDOMNESS 17.0f
12#endif