diff options
Diffstat (limited to 'keyboards/axolstudio/yeti/hotswap/hotswap.c')
-rw-r--r-- | keyboards/axolstudio/yeti/hotswap/hotswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/axolstudio/yeti/hotswap/hotswap.c b/keyboards/axolstudio/yeti/hotswap/hotswap.c index 9d5efc208d..98d37290e6 100644 --- a/keyboards/axolstudio/yeti/hotswap/hotswap.c +++ b/keyboards/axolstudio/yeti/hotswap/hotswap.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "hotswap.h" +#include "quantum.h" #ifdef RGB_MATRIX_ENABLE const is31_led g_is31_leds[RGB_MATRIX_LED_COUNT] = { |