summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorJosh <josh@visionistinc.com>2019-05-17 16:48:53 -0400
committerDrashna Jaelre <drashna@live.com>2019-05-17 13:48:53 -0700
commitd85110b6ec5fcdf3ef88b41909ce739b017abbea (patch)
tree4fd8ad2cd4d53362fe9cf1cd6da5fa51b808cc70 /layouts
parent00d1d7828c63538122d9d3db7336b9a40c9ffe80 (diff)
Adds a configurable initial delay to the audio clicky feature (#4286)
* Adding an AUDIO_CLICKY_DELAY_DURATION configurable value to the AUDIO_CLICKY feature. * Tweaking my community keymap to work better with my rev 4 planck.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/mindsound/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/community/ortho_4x12/mindsound/config.h b/layouts/community/ortho_4x12/mindsound/config.h
index 76e7da2049..e615fe77eb 100644
--- a/layouts/community/ortho_4x12/mindsound/config.h
+++ b/layouts/community/ortho_4x12/mindsound/config.h
@@ -15,9 +15,10 @@
#define STARTUP_SONG SONG(ADVENTURE_TIME)
#define AUDIO_CLICKY
#define AUDIO_CLICKY_ON
+ #define AUDIO_CLICKY_DELAY_DURATION 0
#define AUDIO_CLICKY_FREQ_MAX 2500.0f
- #define AUDIO_CLICKY_FREQ_RANDOMNESS 0.2f
- #define AUDIO_CLICKY_FREQ_DEFAULT 110.0f
+ #define AUDIO_CLICKY_FREQ_RANDOMNESS 0.3f
+ #define AUDIO_CLICKY_FREQ_DEFAULT 880.0f
#endif
// for some reason the LSvi rev1 disables action tapping...