From d1d2b87f972c6d17b7ffcfe015f23eee26b60bdb Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sun, 30 Apr 2017 10:48:17 -0400 Subject: fixes s60_x keyboard --- keyboards/s60_x/s60_x.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 keyboards/s60_x/s60_x.h (limited to 'keyboards/s60_x/s60_x.h') 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 -- cgit v1.2.3