summaryrefslogtreecommitdiffstats
path: root/quantum/audio/muse.h
blob: 6f382a7fee0167b08f1a01f8fc250dd4c4eaa58f (plain)
1
2
3
4
5
6
7
8
9
#ifndef MUSE_H
#define MUSE_H

#include "quantum.h"
#include "process_audio.h"

uint8_t muse_clock_pulse(void);

#endif