diff options
Diffstat (limited to 'keyboards/s60_x/s60_x.h')
-rw-r--r-- | keyboards/s60_x/s60_x.h | 13 |
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 0000000000..5bf8cfcefa --- /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 |