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