qmk_firmware/keyboards/system76/launch_1/usb_mux.h
2021-01-24 15:32:37 -07:00

8 lines
109 B
C

#ifndef USB_MUX_H
#define USB_MUX_H
void usb_mux_init(void);
void usb_mux_event(void);
#endif // USB_MUX_H