diff options
Diffstat (limited to 'keyboards/nullbitsco/tidbit/rules.mk')
| -rw-r--r-- | keyboards/nullbitsco/tidbit/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
