aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/s60_x/s60_x.h
diff options
context:
space:
mode:
authorjpetermans <tibcmhhm@gmail.com>2017-05-24 11:51:20 -0700
committerjpetermans <tibcmhhm@gmail.com>2017-05-24 11:51:20 -0700
commit2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7 (patch)
tree289d5cce94ad5883741f0b637749d87680c14d33 /keyboards/s60_x/s60_x.h
parentd89114400c398b900e27bf324a7973d1e0f25e58 (diff)
parent7a4ec3bd926865e490fbf7c5ec68d762e998683f (diff)
downloadfirmware-2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7.tar.gz
firmware-2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7.tar.bz2
firmware-2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7.zip
Merge remote-tracking branch 'upstream/master' into infinity60
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