fixes s60_x keyboard
This commit is contained in:
parent
43aa59c703
commit
d1d2b87f97
53 changed files with 44 additions and 31 deletions
13
keyboards/s60_x/s60_x.h
Normal file
13
keyboards/s60_x/s60_x.h
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue