diff options
author | Drashna Jaelre <drashna@live.com> | 2021-02-09 09:49:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 09:49:05 -0800 |
commit | 7161d650705afb86b0874d95d72d15cf134f4148 (patch) | |
tree | feddeedd645c41bebcd1b8ab3972ee634bebe697 /docs/feature_audio.md | |
parent | 738bd263c18de8f78cc98311b40c79a84ae3be33 (diff) |
Remove FAUXCLICKY feature (deprecated) (#11829)
Diffstat (limited to 'docs/feature_audio.md')
-rw-r--r-- | docs/feature_audio.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/feature_audio.md b/docs/feature_audio.md index 5132dfe971..68ba4477a5 100644 --- a/docs/feature_audio.md +++ b/docs/feature_audio.md @@ -215,12 +215,6 @@ This is still a WIP, but check out `quantum/process_keycode/process_midi.c` to s AU_OFF, AU_TOG, - #ifdef FAUXCLICKY_ENABLE - FC_ON, - FC_OFF, - FC_TOG, - #endif - // Music mode on/off/toggle MU_ON, MU_OFF, |