mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-09 23:35:44 +00:00
include quantum.h for clear_eyboard()
This commit is contained in:
parent
f6cdeab1af
commit
0e7de51ad5
@ -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 <string.h>
|
||||
#include <string.h>
|
||||
#include "smart_ble.h"
|
||||
|
||||
static uint8_t sc_ble_leds(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user