summaryrefslogtreecommitdiffstats
path: root/keyboards/sentraq/s60_x/s60_x.h
blob: 59c9741b5a874afb738d10912d33ee2d331203dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef S60X_H
#define S60X_H

#ifdef KEYBOARD_sentraq_s60_x_default
    #include "default.h"
#endif
#ifdef KEYBOARD_sentraq_s60_x_rgb
    #include "rgb.h"
#endif

#include "quantum.h"

#endif