This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
193 B
C
Raw Normal View History

#ifndef S60X_H
#define S60X_H
#ifdef KEYBOARD_sentraq_s60_x_default
#include "default.h"
#endif
#ifdef KEYBOARD_sentraq_s60_x_rgb
#include "rgb.h"
#endif
#include "quantum.h"
#endif