2016-08-11 00:54:55 +02:00
|
|
|
#ifndef S60X_H
|
|
|
|
#define S60X_H
|
|
|
|
|
2019-02-05 15:36:49 +01:00
|
|
|
#ifdef KEYBOARD_sentraq_s60_x_default
|
2017-04-19 22:12:23 +02:00
|
|
|
#include "default.h"
|
|
|
|
#endif
|
2019-02-05 15:36:49 +01:00
|
|
|
#ifdef KEYBOARD_sentraq_s60_x_rgb
|
2017-04-19 22:12:23 +02:00
|
|
|
#include "rgb.h"
|
2016-08-14 00:41:09 +02:00
|
|
|
#endif
|
|
|
|
|
2017-04-19 22:12:23 +02:00
|
|
|
#include "quantum.h"
|
2016-08-14 13:07:03 +02:00
|
|
|
|
2016-08-11 00:54:55 +02:00
|
|
|
#endif
|