1
0
Fork 0

Move some led drivers to common folder (#13749)

* Move some led drivers to common folder
This commit is contained in:
Joel Challis 2021-07-31 14:31:09 +01:00 committed by GitHub
parent aeb252435d
commit 206a995ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 58 additions and 58 deletions

View file

@ -15,7 +15,7 @@
*/
#include "indicators.h"
#include "drivers/issi/is31fl3731-simple.h"
#include "drivers/led/issi/is31fl3731-simple.h"
#include "i2c_master.h"
/* Set up IS31FL3731 for use in powering indicator LEDs. Absolutely overkill for this job but it was already in the design.

View file

@ -24,7 +24,7 @@ AUDIO_ENABLE = no # Audio output
# project specific files
SRC += indicators.c \
drivers/issi/is31fl3731-simple.c
drivers/led/issi/is31fl3731-simple.c
QUANTUM_LIB_SRC += i2c_master.c
LAYOUTS = alice alice_split_bs