diff options
author | Ryan <fauxpark@gmail.com> | 2023-10-13 17:25:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 17:25:32 +1100 |
commit | c157c19b81fbd8b516de0eb5e854d278669cff1a (patch) | |
tree | c2670f9b71cbe95154126018683345afe5890b2c /keyboards/clueboard/2x1800/2021 | |
parent | f150258e5ab6bf04c2e724389465f7a8ef5759ef (diff) |
Dedupe I2C, SPI, UART driver inclusions (#22253)
Diffstat (limited to 'keyboards/clueboard/2x1800/2021')
-rw-r--r-- | keyboards/clueboard/2x1800/2021/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/clueboard/2x1800/2021/rules.mk b/keyboards/clueboard/2x1800/2021/rules.mk index e9f44d7bd2..19c7eb2946 100644 --- a/keyboards/clueboard/2x1800/2021/rules.mk +++ b/keyboards/clueboard/2x1800/2021/rules.mk @@ -1 +1,2 @@ -QUANTUM_LIB_SRC += max7219.c spi_master.c +SPI_DRIVER_REQUIRED = yes +QUANTUM_LIB_SRC += max7219.c |