Add SN74x154 driver and convert AL1 custom matrix (#16331)

This commit is contained in:
Ryan 2022-03-15 11:38:53 +11:00 committed by GitHub
parent 588abd24b5
commit 2d9c3f9a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 196 additions and 74 deletions

View file

@ -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