From 3c144fac5e2b634166f6b9cc0fc45029d63d3398 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 20 Mar 2023 08:12:05 +1100 Subject: Clean up usage of `QMK_KEYBOARD_H` (#20167) --- keyboards/mxss/mxss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/mxss') diff --git a/keyboards/mxss/mxss.c b/keyboards/mxss/mxss.c index 21beee232c..3bd3e639c9 100644 --- a/keyboards/mxss/mxss.c +++ b/keyboards/mxss/mxss.c @@ -16,7 +16,7 @@ * EEPROM management code from ../cannonkeys/stm32f072/keyboard.c */ -#include QMK_KEYBOARD_H +#include "mxss.h" #include "eeprom.h" #include "action_layer.h" #include "rgblight.h" -- cgit v1.2.3