QMK/tmk_core/common/magic.h

7 lines
59 B
C
Raw Normal View History

2020-03-23 10:48:11 +01:00
#ifndef MAGIC_H
#define MAGIC_H
void magic(void);
#endif