mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
7 lines
59 B
C
7 lines
59 B
C
#ifndef MAGIC_H
|
|
#define MAGIC_H
|
|
|
|
void magic(void);
|
|
|
|
#endif
|