mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Explicitly include stdbool.h to avoid compile failure
This commit is contained in:
parent
56a7498e1e
commit
1cf4d77920
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <stdbool.h>
|
||||
|
||||
void display_key_counter(void);
|
||||
void display_init_kb(void);
|
||||
|
Loading…
Reference in New Issue
Block a user