diff options
| author | Ryan | 2022-03-08 00:02:28 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-08 00:02:28 +0100 |
| commit | 07ca35decf1a9a998b3e6bb646f7d73901e1c444 (patch) | |
| tree | 9d6acf5e29cd188011fb1ccc6118a5d77e59313e /keyboards/evyd13/wasdat_code/rules.mk | |
| parent | e41d67b42866f773ee067984bb91be8965ba760a (diff) | |
Convert Wasdat Code custom matrix to SN74x138 driver (#16257)
Diffstat (limited to 'keyboards/evyd13/wasdat_code/rules.mk')
| -rw-r--r-- | keyboards/evyd13/wasdat_code/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/evyd13/wasdat_code/rules.mk b/keyboards/evyd13/wasdat_code/rules.mk index 6fd1fce10e..b37dfa459c 100644 --- a/keyboards/evyd13/wasdat_code/rules.mk +++ b/keyboards/evyd13/wasdat_code/rules.mk @@ -18,6 +18,7 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = lite -SRC += matrix.c +VPATH += drivers/gpio +SRC += matrix.c sn74x138.c LAYOUTS = fullsize_ansi fullsize_iso tkl_ansi tkl_iso |