diff options
Diffstat (limited to 'keyboards/xenon/xenon.c')
-rw-r--r-- | keyboards/xenon/xenon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xenon/xenon.c b/keyboards/xenon/xenon.c index 9ca5720776..e298c6667f 100644 --- a/keyboards/xenon/xenon.c +++ b/keyboards/xenon/xenon.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "xenon.h" +#include "quantum.h" #ifdef OLED_ENABLE oled_rotation_t oled_init_kb(oled_rotation_t rotation) { |