diff options
| author | Ryan | 2022-03-15 01:38:53 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-15 01:38:53 +0100 |
| commit | 2d9c3f9a89c502e76eacb485e984ba467d72048e (patch) | |
| tree | 7ab91186efc70123a67ec38e25314b589a4786c2 /keyboards/al1/rules.mk | |
| parent | 588abd24b548cb784a99b71ff55a7fbf5a3cac3d (diff) | |
Add SN74x154 driver and convert AL1 custom matrix (#16331)
Diffstat (limited to 'keyboards/al1/rules.mk')
| -rw-r--r-- | keyboards/al1/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/al1/rules.mk b/keyboards/al1/rules.mk index 670712f661..1f8e81de20 100644 --- a/keyboards/al1/rules.mk +++ b/keyboards/al1/rules.mk @@ -18,4 +18,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = lite -SRC += matrix.c +VPATH += drivers/gpio +SRC += matrix.c sn74x154.c |