Dedupe I2C, SPI, UART driver inclusions (#22253)

This commit is contained in:
Ryan 2023-10-13 17:25:32 +11:00 committed by GitHub
commit c157c19b81
Failed to generate hash of commit
130 changed files with 284 additions and 249 deletions

View file

@ -10,4 +10,5 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
QUANTUM_LIB_SRC += i2c_master.c drivers/led/issi/is31fl3731.c
QUANTUM_LIB_SRC += drivers/led/issi/is31fl3731.c
I2C_DRIVER_REQUIRED = yes