ditigal.xyz
Log in
—
Register
~ruther
/
qmk_firmware
summary
tree
log
refs
ref:
d06e940a179b2e81563cf6123461cfcad35f9045
qmk_firmware
/
tmk_core
/
common
/magic.h
-rw-r--r--
59 bytes
View
Log
View raw
Permalink
d06e940a
— Erez Zukerman [Erez & Jack] Removes keyboards which are not active on qmk
9 years ago
1
2
3
4
5
6
#ifndef MAGIC_H
#define MAGIC_H
void
magic
(
void
);
#endif