diff options
Diffstat (limited to 'quantum/fauxclicky.h')
-rw-r--r-- | quantum/fauxclicky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/fauxclicky.h b/quantum/fauxclicky.h index 5c056918a..bfaacf909 100644 --- a/quantum/fauxclicky.h +++ b/quantum/fauxclicky.h | |||
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | #include "musical_notes.h" | 20 | #include "musical_notes.h" |
21 | #include "stdbool.h" | 21 | #include <stdbool.h> |
22 | 22 | ||
23 | __attribute__((weak)) float fauxclicky_pressed_note[2] = MUSICAL_NOTE(_D4, 0.25); | 23 | __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); |