Skip to content

Commit

Permalink
[Keyboard] Fix SRC include for matrix/m20add issi driver (qmk#13826)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and nhongooi committed Dec 5, 2021
1 parent 6f28eeb commit c4e7207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/matrix/m20add/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4e7207

Please sign in to comment.