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/spaceholdings/nebula12 | |
parent | f150258e5ab6bf04c2e724389465f7a8ef5759ef (diff) |
Dedupe I2C, SPI, UART driver inclusions (#22253)
Diffstat (limited to 'keyboards/spaceholdings/nebula12')
-rwxr-xr-x | keyboards/spaceholdings/nebula12/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/spaceholdings/nebula12/rules.mk b/keyboards/spaceholdings/nebula12/rules.mk index 1c8b41fea7..191a1c0a1b 100755 --- a/keyboards/spaceholdings/nebula12/rules.mk +++ b/keyboards/spaceholdings/nebula12/rules.mk @@ -24,4 +24,4 @@ SRC += keyboards/wilba_tech/wt_main.c \ keyboards/wilba_tech/wt_rgb_backlight.c \ drivers/led/issi/is31fl3731.c \ quantum/color.c -QUANTUM_LIB_SRC += i2c_master.c +I2C_DRIVER_REQUIRED = yes |