Browse Source

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

pull/13832/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
41a770ded3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/matrix/m20add/rules.mk

+ 1
- 1
keyboards/matrix/m20add/rules.mk 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

Loading…
Cancel
Save