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/nullbitsco | |
| parent | f150258e5ab6bf04c2e724389465f7a8ef5759ef (diff) | |
Dedupe I2C, SPI, UART driver inclusions (#22253)
Diffstat (limited to 'keyboards/nullbitsco')
| -rw-r--r-- | keyboards/nullbitsco/nibble/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/nullbitsco/snap/rules.mk | 4 | ||||
| -rw-r--r-- | keyboards/nullbitsco/tidbit/rules.mk | 4 |
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 |
| 22 | QUANTUM_LIB_SRC += uart.c | 22 | UART_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 |
| 20 | SRC += common/bitc_led.c \ | 20 | SRC += common/bitc_led.c \ |
| 21 | common/remote_kb.c \ | 21 | common/remote_kb.c \ |
| 22 | matrix.c \ | 22 | matrix.c |
| 23 | uart.c | 23 | UART_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 |
| 17 | SRC += common/bitc_led.c \ | 17 | SRC += common/bitc_led.c \ |
| 18 | common/remote_kb.c | 18 | common/remote_kb.c |
| 19 | QUANTUM_LIB_SRC += i2c_master.c \ | 19 | I2C_DRIVER_REQUIRED = yes |
| 20 | uart.c | 20 | UART_DRIVER_REQUIRED = yes |
