summaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-05 12:48:12 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-05 13:56:34 +0200
commitb11657d1c8a3360779b6b412806d89ca3175fc5f (patch)
treed1c3bd6f08f759bff82e9e976f3d42f62a9dc459 /keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h
parent94d3159d9dbdf711b830c6d7c5a53324097be0a5 (diff)
downloadqmk_firmware-b11657d1c8a3360779b6b412806d89ca3175fc5f.tar.gz
qmk_firmware-b11657d1c8a3360779b6b412806d89ca3175fc5f.tar.xz
Suprojects for ChibiOS testing
Diffstat (limited to 'keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h')
-rw-r--r--keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h
new file mode 100644
index 000000000..89a62b2bb
--- /dev/null
+++ b/keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h
@@ -0,0 +1,4 @@
+#ifndef STM32_F103_ONEKEY_H
+#define STM32_F103_ONEKEY_H
+#include "chibios_test.h"
+#endif