summaryrefslogtreecommitdiff
path: root/quantum/audio/muse.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/muse.h')
-rw-r--r--quantum/audio/muse.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/quantum/audio/muse.h b/quantum/audio/muse.h
new file mode 100644
index 0000000000..6f382a7fee
--- /dev/null
+++ b/quantum/audio/muse.h
@@ -0,0 +1,9 @@
+#ifndef MUSE_H
+#define MUSE_H
+
+#include "quantum.h"
+#include "process_audio.h"
+
+uint8_t muse_clock_pulse(void);
+
+#endif