1
0
Fork 0

fixes s60_x keyboard

This commit is contained in:
Jack Humbert 2017-04-30 10:48:17 -04:00
parent 43aa59c703
commit d1d2b87f97
53 changed files with 44 additions and 31 deletions

13
keyboards/s60_x/s60_x.h Normal file
View 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