summaryrefslogtreecommitdiff
path: root/keyboards/s60_x/s60_x.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/s60_x/s60_x.h')
-rw-r--r--keyboards/s60_x/s60_x.h13
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 b70cb5864b..0000000000
--- a/keyboards/s60_x/s60_x.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef S60X_H
-#define S60X_H
-
-#ifdef KEYBOARD_s60_x_default
- #include "default.h"
-#endif
-#ifdef KEYBOARD_s60_x_rgb
- #include "rgb.h"
-#endif
-
-#include "quantum.h"
-
-#endif