summaryrefslogtreecommitdiff
path: root/keyboards/s60_x/s60_x.h
blob: 5bf8cfcefa1eefb82e645e6114506a8aabc9088c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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