index
:
qmk_firmware.git
master
forked from https://github.com/qmk/qmk_firmware
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tmk_core
/
common
/
magic.h
blob: 3fa2d8b81c494bff92f7f1a45e027c8a054c0822 (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef MAGIC_H
#define MAGIC_H
void
magic
(
void
);
#endif