diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-04-18 22:47:04 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-19 01:47:04 -0400 |
| commit | 8b0b17a369be6d3dff4cb9bad4253960252a5e95 (patch) | |
| tree | 11d453ef480983571de84147db3bc9c1bfcb5054 /users/drashna/config.h | |
| parent | 23b45710acc57ed147e006a8c79a1caf6fa57fd7 (diff) | |
| download | qmk_firmware-8b0b17a369be6d3dff4cb9bad4253960252a5e95.tar.gz qmk_firmware-8b0b17a369be6d3dff4cb9bad4253960252a5e95.zip | |
Add Faux Clicking as subset of Audio feature (#2748)
* Add Faux Clicky to main Audio feature
* Make clicky settings user configurable
* Add additional documentation
* Don't play when music mode is enabled (hopefully)
Diffstat (limited to 'users/drashna/config.h')
| -rw-r--r-- | users/drashna/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 68394ee4d..f9b0d4d17 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | #ifdef AUDIO_ENABLE | 5 | #ifdef AUDIO_ENABLE |
| 6 | #define AUDIO_CLICKY | ||
| 6 | #define STARTUP_SONG SONG(E1M1_DOOM) | 7 | #define STARTUP_SONG SONG(E1M1_DOOM) |
| 7 | #define GOODBYE_SONG SONG(SONIC_RING) | 8 | #define GOODBYE_SONG SONG(SONIC_RING) |
| 8 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | 9 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ |
