mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-17 01:50:51 +02:00
11 lines
102 B
C
11 lines
102 B
C
#ifndef KEYBOARD_H
|
|
#define KEYBOARD_H
|
|
|
|
|
|
void keyboard_init(void);
|
|
void keyboard_proc(void);
|
|
|
|
#endif
|
|
|
|
|