aboutsummaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-18 17:29:08 +0000
committerQMK Bot <hello@qmk.fm>2020-12-18 17:29:08 +0000
commit06f9297f9468a48c8be53c48b830e1eaa9a1665d (patch)
tree7f43f28337b5b54498fab492bc53dfa91ffca9c1 /quantum
parent115b60b0e11f8661385b2219ce5ddbf2982b1f8c (diff)
parenta9f7d4dccc9cd0351658e64d5fbc809c93ac9b46 (diff)
downloadqmk_firmware-06f9297f9468a48c8be53c48b830e1eaa9a1665d.tar.gz
qmk_firmware-06f9297f9468a48c8be53c48b830e1eaa9a1665d.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r--quantum/fauxclicky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/fauxclicky.h b/quantum/fauxclicky.h
index bfaacf909..ed54d0edc 100644
--- a/quantum/fauxclicky.h
+++ b/quantum/fauxclicky.h
@@ -24,7 +24,7 @@ __attribute__((weak)) float fauxclicky_pressed_note[2] = MUSICAL_NOTE(_D4, 0.25
24__attribute__((weak)) float fauxclicky_released_note[2] = MUSICAL_NOTE(_C4, 0.125); 24__attribute__((weak)) float fauxclicky_released_note[2] = MUSICAL_NOTE(_C4, 0.125);
25__attribute__((weak)) float fauxclicky_beep_note[2] = MUSICAL_NOTE(_C4, 0.25); 25__attribute__((weak)) float fauxclicky_beep_note[2] = MUSICAL_NOTE(_C4, 0.25);
26 26
27bool fauxclicky_enabled; 27extern bool fauxclicky_enabled;
28 28
29// 29//
30// tempo in BPM 30// tempo in BPM