QMK/quantum/audio/muse.h

10 lines
120 B
C
Raw Normal View History

2020-03-23 10:48:11 +01:00
#ifndef MUSE_H
#define MUSE_H
#include "quantum.h"
#include "process_audio.h"
uint8_t muse_clock_pulse(void);
#endif