summaryrefslogtreecommitdiff
path: root/keyboards/nullbitsco
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-10-13 17:25:32 +1100
committerGitHub <noreply@github.com>2023-10-13 17:25:32 +1100
commitc157c19b81fbd8b516de0eb5e854d278669cff1a (patch)
treec2670f9b71cbe95154126018683345afe5890b2c /keyboards/nullbitsco
parentf150258e5ab6bf04c2e724389465f7a8ef5759ef (diff)
Dedupe I2C, SPI, UART driver inclusions (#22253)
Diffstat (limited to 'keyboards/nullbitsco')
-rw-r--r--keyboards/nullbitsco/nibble/rules.mk2
-rw-r--r--keyboards/nullbitsco/snap/rules.mk4
-rw-r--r--keyboards/nullbitsco/tidbit/rules.mk4
3 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/nullbitsco/nibble/rules.mk b/keyboards/nullbitsco/nibble/rules.mk
index 0d5d3e2aac..5a1714cc9d 100644
--- a/keyboards/nullbitsco/nibble/rules.mk
+++ b/keyboards/nullbitsco/nibble/rules.mk
@@ -19,4 +19,4 @@ SRC += matrix.c \
19 common/bitc_led.c \ 19 common/bitc_led.c \
20 big_led.c \ 20 big_led.c \
21 common/remote_kb.c 21 common/remote_kb.c
22QUANTUM_LIB_SRC += uart.c 22UART_DRIVER_REQUIRED = yes
diff --git a/keyboards/nullbitsco/snap/rules.mk b/keyboards/nullbitsco/snap/rules.mk
index 79ba7d6eb6..2ad88b97c0 100644
--- a/keyboards/nullbitsco/snap/rules.mk
+++ b/keyboards/nullbitsco/snap/rules.mk
@@ -19,5 +19,5 @@ CUSTOM_MATRIX = lite # Split custom matrix
19# Project specific files 19# Project specific files
20SRC += common/bitc_led.c \ 20SRC += common/bitc_led.c \
21 common/remote_kb.c \ 21 common/remote_kb.c \
22 matrix.c \ 22 matrix.c
23 uart.c 23UART_DRIVER_REQUIRED = yes
diff --git a/keyboards/nullbitsco/tidbit/rules.mk b/keyboards/nullbitsco/tidbit/rules.mk
index 3b7ff078bb..b4a06216bb 100644
--- a/keyboards/nullbitsco/tidbit/rules.mk
+++ b/keyboards/nullbitsco/tidbit/rules.mk
@@ -16,5 +16,5 @@ LTO_ENABLE = yes
16# Project specific files 16# Project specific files
17SRC += common/bitc_led.c \ 17SRC += common/bitc_led.c \
18 common/remote_kb.c 18 common/remote_kb.c
19QUANTUM_LIB_SRC += i2c_master.c \ 19I2C_DRIVER_REQUIRED = yes
20 uart.c 20UART_DRIVER_REQUIRED = yes