diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-04-27 12:34:54 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-04-27 12:34:54 -0400 |
commit | f59c4b03facd80cab913c6612a899392dd42ebb8 (patch) | |
tree | a6f0bcb584fcc6e6cc31261bafdc4f43b2fa7dfc /tmk_core/common/magic.h | |
parent | 6ec6b613536b7138ee0c87002b10da8fe0c0117d (diff) | |
parent | ce75a7675e10e24e7ecd7bc3575c0e0fc1bc34b5 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'tmk_core/common/magic.h')
-rw-r--r-- | tmk_core/common/magic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/common/magic.h b/tmk_core/common/magic.h new file mode 100644 index 0000000000..3fa2d8b81c --- /dev/null +++ b/tmk_core/common/magic.h @@ -0,0 +1,6 @@ +#ifndef MAGIC_H +#define MAGIC_H + +void magic(void); + +#endif |