forked from mirrors/qmk_userspace
Keymap: copy skully's faux clicky mods (#3628)
This commit is contained in:
parent
2a49832db3
commit
f0e0ca402c
2 changed files with 13 additions and 1 deletions
12
layouts/community/66_ansi/mechmerlin/config.h
Normal file
12
layouts/community/66_ansi/mechmerlin/config.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue