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/handwired/frenchdev | |
| parent | f150258e5ab6bf04c2e724389465f7a8ef5759ef (diff) | |
Dedupe I2C, SPI, UART driver inclusions (#22253)
Diffstat (limited to 'keyboards/handwired/frenchdev')
| -rw-r--r-- | keyboards/handwired/frenchdev/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/frenchdev/rules.mk b/keyboards/handwired/frenchdev/rules.mk index c310966f1d..e226d0b517 100644 --- a/keyboards/handwired/frenchdev/rules.mk +++ b/keyboards/handwired/frenchdev/rules.mk | |||
| @@ -13,5 +13,5 @@ AUDIO_ENABLE = no # Audio output | |||
| 13 | RGBLIGHT_ENABLE = no | 13 | RGBLIGHT_ENABLE = no |
| 14 | 14 | ||
| 15 | # project specific files | 15 | # project specific files |
| 16 | SRC = i2c_master.c \ | 16 | SRC = matrix.c |
| 17 | matrix.c | 17 | I2C_DRIVER_REQUIRED = yes |
