mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 00:47:02 +06:00
10 lines
120 B
C
10 lines
120 B
C
|
#ifndef MUSE_H
|
||
|
#define MUSE_H
|
||
|
|
||
|
#include "quantum.h"
|
||
|
#include "process_audio.h"
|
||
|
|
||
|
uint8_t muse_clock_pulse(void);
|
||
|
|
||
|
#endif
|