qmk-firmware/keyboard.h

11 lines
102 B
C

#ifndef KEYBOARD_H
#define KEYBOARD_H
void keyboard_init(void);
void keyboard_proc(void);
#endif