LED Matrix: Clean up includes (#12197)
This commit is contained in:
parent
5590c40b5b
commit
f236395176
5 changed files with 7 additions and 13 deletions
|
@ -19,7 +19,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "led_matrix_types.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef IS31FL3731
|
||||
# include "is31fl3731-simple.h"
|
||||
#endif
|
||||
|
||||
enum led_matrix_effects {
|
||||
LED_MATRIX_UNIFORM_BRIGHTNESS = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue