diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-21 06:22:32 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-12-21 06:22:32 +0100 |
commit | 2fa36e38cf28f07ad4a4d74722486921fa7b8706 (patch) | |
tree | 606b364ce6d06b4d9c848f181a5d8261336265e4 /quantum | |
parent | 438a5d685bb7b726ff59109ce4229eca6303cd8e (diff) | |
download | qmk_firmware-2fa36e38cf28f07ad4a4d74722486921fa7b8706.tar.gz qmk_firmware-2fa36e38cf28f07ad4a4d74722486921fa7b8706.tar.xz |
initial subatomic keymap (text)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/audio/voices.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/audio/voices.c b/quantum/audio/voices.c index 4e3028977..8326e91ea 100644 --- a/quantum/audio/voices.c +++ b/quantum/audio/voices.c @@ -278,5 +278,3 @@ float voice_envelope(float frequency) { return frequency; } - - |