diff options
author | Drashna Jaelre <drashna@live.com> | 2021-07-31 12:18:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 12:18:11 -0700 |
commit | 41a770ded3b5fc54cac9767d680c4989ce7848fc (patch) | |
tree | 6eb6e823217d4c27c1efb76358778d3ab30855f1 /keyboards/matrix | |
parent | 7bcbeffc2d17aabfcc42135c30b0d4444a048f13 (diff) |
[Keyboard] Fix SRC include for matrix/m20add issi driver (#13826)
Diffstat (limited to 'keyboards/matrix')
-rw-r--r-- | keyboards/matrix/m20add/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matrix/m20add/rules.mk b/keyboards/matrix/m20add/rules.mk index d5516964d0..091813d353 100644 --- a/keyboards/matrix/m20add/rules.mk +++ b/keyboards/matrix/m20add/rules.mk @@ -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 |