From 0e7de51ad58163813bba65f8d433c043859962e9 Mon Sep 17 00:00:00 2001 From: JackyJia73 Date: Mon, 2 Sep 2024 11:37:00 +0800 Subject: [PATCH] include quantum.h for clear_eyboard() --- keyboards/yunzii/common/smart_ble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/yunzii/common/smart_ble.c b/keyboards/yunzii/common/smart_ble.c index 431ae2a225a..0a260108fe1 100644 --- a/keyboards/yunzii/common/smart_ble.c +++ b/keyboards/yunzii/common/smart_ble.c @@ -1,6 +1,7 @@ // Copyright 2024 QMK // SPDX-License-Identifier: GPL-2.0-or-later +#include "quantum.h" #include "uart.h" #include "ch.h" #include "hal.h" @@ -8,7 +9,6 @@ #include "host_driver.h" #include "report.h" #include -#include #include "smart_ble.h" static uint8_t sc_ble_leds(void) {