aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/magic.h
diff options
context:
space:
mode:
authorStephan Bösebeck <sb@caluga.de>2016-04-17 22:17:40 +0200
committerStephan Bösebeck <sb@caluga.de>2016-04-17 22:17:40 +0200
commit7c3345f9b9aeb44306d2fe5b640f3ee95868efeb (patch)
tree874de8f8254513978d2c001b63b6a81c514f7706 /tmk_core/common/magic.h
parent38a1d830faa138f6a7e094b3eda33dc528112ec7 (diff)
parenta67d425f4d5278595e7ab785a0f246b83fb1a09f (diff)
downloadfirmware-7c3345f9b9aeb44306d2fe5b640f3ee95868efeb.tar.gz
firmware-7c3345f9b9aeb44306d2fe5b640f3ee95868efeb.tar.bz2
firmware-7c3345f9b9aeb44306d2fe5b640f3ee95868efeb.zip
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.h6
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 000000000..3fa2d8b81
--- /dev/null
+++ b/tmk_core/common/magic.h
@@ -0,0 +1,6 @@
+#ifndef MAGIC_H
+#define MAGIC_H
+
+void magic(void);
+
+#endif