summaryrefslogtreecommitdiffstats
path: root/keyboards/s60_x/s60_x.h
diff options
context:
space:
mode:
authorAdam Lee <adam@bigtuna.io>2017-05-07 23:35:43 +0200
committerAdam Lee <adam@bigtuna.io>2017-05-07 23:35:43 +0200
commit29df2be2a96d5d4d33a8835cf8ec4760098cdaf1 (patch)
treed6dd7f5254188e55f4663dab5a61ca58ad7142cd /keyboards/s60_x/s60_x.h
parent425e7348d8b6fa40dd7aa3f4c99dbbff6f5babd8 (diff)
parent2704c163da590d3020f6d87717c400611de81110 (diff)
downloadqmk_firmware-29df2be2a96d5d4d33a8835cf8ec4760098cdaf1.tar.gz
qmk_firmware-29df2be2a96d5d4d33a8835cf8ec4760098cdaf1.tar.xz
Merge remote-tracking branch 'upstream/master' into dev
Diffstat (limited to 'keyboards/s60_x/s60_x.h')
-rw-r--r--keyboards/s60_x/s60_x.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/s60_x/s60_x.h b/keyboards/s60_x/s60_x.h
new file mode 100644
index 000000000..5bf8cfcef
--- /dev/null
+++ b/keyboards/s60_x/s60_x.h
@@ -0,0 +1,13 @@
+#ifndef S60X_H
+#define S60X_H
+
+#ifdef SUBPROJECT_default
+ #include "default.h"
+#endif
+#ifdef SUBPROJECT_rgb
+ #include "rgb.h"
+#endif
+
+#include "quantum.h"
+
+#endif