1
0
Fork 0

[Keyboard] Fix SRC include for matrix/m20add issi driver (#13826)

This commit is contained in:
Drashna Jaelre 2021-07-31 12:18:11 -07:00 committed by GitHub
parent 7bcbeffc2d
commit 41a770ded3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,5 +25,5 @@ RGBLIGHT_ENABLE = yes
CUSTOM_MATRIX = lite
# project specific files
SRC += matrix.c tca6424.c rgb_ring.c issi/is31fl3731.c
SRC += matrix.c tca6424.c rgb_ring.c drivers/led/issi/is31fl3731.c
QUANTUM_LIB_SRC += i2c_master.c