mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 01:17:07 +06:00
14 lines
169 B
C
14 lines
169 B
C
#ifndef S60X_H
|
|
#define S60X_H
|
|
|
|
#ifdef SUBPROJECT_default
|
|
#include "default.h"
|
|
#endif
|
|
#ifdef SUBPROJECT_rgb
|
|
#include "rgb.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|
|
|
|
#endif
|