You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/quantum/audio/muse.h

10 lines
120 B

#ifndef MUSE_H
#define MUSE_H
#include "quantum.h"
#include "process_audio.h"
uint8_t muse_clock_pulse(void);
#endif