s60_x.h 177 B

12345678910111213
  1. #ifndef S60X_H
  2. #define S60X_H
  3. #ifdef KEYBOARD_s60_x_default
  4. #include "default.h"
  5. #endif
  6. #ifdef KEYBOARD_s60_x_rgb
  7. #include "rgb.h"
  8. #endif
  9. #include "quantum.h"
  10. #endif