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/glenpickle | |
| parent | f150258e5ab6bf04c2e724389465f7a8ef5759ef (diff) | |
Dedupe I2C, SPI, UART driver inclusions (#22253)
Diffstat (limited to 'keyboards/glenpickle')
| -rw-r--r-- | keyboards/glenpickle/chimera_ergo/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/glenpickle/chimera_ls/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/glenpickle/chimera_ortho/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/glenpickle/chimera_ortho_plus/rules.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/glenpickle/chimera_ergo/rules.mk b/keyboards/glenpickle/chimera_ergo/rules.mk index 32eca4db31..f543b5fd9a 100644 --- a/keyboards/glenpickle/chimera_ergo/rules.mk +++ b/keyboards/glenpickle/chimera_ergo/rules.mk | |||
| @@ -14,4 +14,4 @@ CUSTOM_MATRIX = lite | |||
| 14 | 14 | ||
| 15 | # project specific files | 15 | # project specific files |
| 16 | SRC += matrix.c | 16 | SRC += matrix.c |
| 17 | QUANTUM_LIB_SRC += uart.c | 17 | UART_DRIVER_REQUIRED = yes |
diff --git a/keyboards/glenpickle/chimera_ls/rules.mk b/keyboards/glenpickle/chimera_ls/rules.mk index 1ee3fc58f9..706d610653 100644 --- a/keyboards/glenpickle/chimera_ls/rules.mk +++ b/keyboards/glenpickle/chimera_ls/rules.mk | |||
| @@ -14,7 +14,7 @@ CUSTOM_MATRIX = lite | |||
| 14 | 14 | ||
| 15 | # project specific files | 15 | # project specific files |
| 16 | SRC += matrix.c | 16 | SRC += matrix.c |
| 17 | QUANTUM_LIB_SRC += uart.c | 17 | UART_DRIVER_REQUIRED = yes |
| 18 | 18 | ||
| 19 | # Disable unsupported hardware | 19 | # Disable unsupported hardware |
| 20 | RGBLIGHT_SUPPORTED = no | 20 | RGBLIGHT_SUPPORTED = no |
diff --git a/keyboards/glenpickle/chimera_ortho/rules.mk b/keyboards/glenpickle/chimera_ortho/rules.mk index 32eca4db31..f543b5fd9a 100644 --- a/keyboards/glenpickle/chimera_ortho/rules.mk +++ b/keyboards/glenpickle/chimera_ortho/rules.mk | |||
| @@ -14,4 +14,4 @@ CUSTOM_MATRIX = lite | |||
| 14 | 14 | ||
| 15 | # project specific files | 15 | # project specific files |
| 16 | SRC += matrix.c | 16 | SRC += matrix.c |
| 17 | QUANTUM_LIB_SRC += uart.c | 17 | UART_DRIVER_REQUIRED = yes |
diff --git a/keyboards/glenpickle/chimera_ortho_plus/rules.mk b/keyboards/glenpickle/chimera_ortho_plus/rules.mk index 6b1876f87c..539a2d1004 100644 --- a/keyboards/glenpickle/chimera_ortho_plus/rules.mk +++ b/keyboards/glenpickle/chimera_ortho_plus/rules.mk | |||
| @@ -15,4 +15,4 @@ CUSTOM_MATRIX = lite | |||
| 15 | 15 | ||
| 16 | # project specific files | 16 | # project specific files |
| 17 | SRC += matrix.c | 17 | SRC += matrix.c |
| 18 | QUANTUM_LIB_SRC += uart.c | 18 | UART_DRIVER_REQUIRED = yes |
