diff options
Diffstat (limited to 'keyboards/sentraq/s60_x/s60_x.h')
| -rw-r--r-- | keyboards/sentraq/s60_x/s60_x.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/sentraq/s60_x/s60_x.h b/keyboards/sentraq/s60_x/s60_x.h new file mode 100644 index 000000000..59c9741b5 --- /dev/null +++ b/keyboards/sentraq/s60_x/s60_x.h | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | #ifndef S60X_H | ||
| 2 | #define S60X_H | ||
| 3 | |||
| 4 | #ifdef KEYBOARD_sentraq_s60_x_default | ||
| 5 | #include "default.h" | ||
| 6 | #endif | ||
| 7 | #ifdef KEYBOARD_sentraq_s60_x_rgb | ||
| 8 | #include "rgb.h" | ||
| 9 | #endif | ||
| 10 | |||
| 11 | #include "quantum.h" | ||
| 12 | |||
| 13 | #endif | ||
