diff options
Diffstat (limited to 'keyboards/s60-x/s60-x.h')
-rw-r--r-- | keyboards/s60-x/s60-x.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/s60-x/s60-x.h b/keyboards/s60-x/s60-x.h deleted file mode 100644 index 5bf8cfcefa..0000000000 --- a/keyboards/s60-x/s60-x.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef S60X_H -#define S60X_H - -#ifdef SUBPROJECT_default - #include "default.h" -#endif -#ifdef SUBPROJECT_rgb - #include "rgb.h" -#endif - -#include "quantum.h" - -#endif |