blob: b70cb5864b12b577fe30336e70d56d14b6174569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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
|