ditigal.xyz
Log in
—
Register
~ruther
/
qmk_firmware
summary
tree
log
refs
ref:
17977a7e24ddab6ca101341b33c8fe7ad13e68f5
qmk_firmware
/
tmk_core
/
common
/magic.h
-rw-r--r--
59 bytes
View
Log
View raw
Permalink
17977a7e
— Jack Humbert process_record implementation (non-breaking for process_action ATM)
9 years ago
1
2
3
4
5
6
#ifndef MAGIC_H
#define MAGIC_H
void
magic
(
void
);
#endif