diff options
Diffstat (limited to 'keyboards/xd84/rules.mk')
-rw-r--r-- | keyboards/xd84/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd84/rules.mk b/keyboards/xd84/rules.mk index 4a460d91f..13e1b4ba3 100644 --- a/keyboards/xd84/rules.mk +++ b/keyboards/xd84/rules.mk | |||
@@ -37,7 +37,7 @@ LINK_TIME_OPTIMIZATION_ENABLE = yes | |||
37 | CUSTOM_MATRIX = lite | 37 | CUSTOM_MATRIX = lite |
38 | 38 | ||
39 | VPATH += drivers/gpio | 39 | VPATH += drivers/gpio |
40 | SRC += custom_matrix_helper.c pca9555.c matrix.c | 40 | SRC += pca9555.c matrix.c |
41 | QUANTUM_LIB_SRC += i2c_master.c | 41 | QUANTUM_LIB_SRC += i2c_master.c |
42 | 42 | ||
43 | LAYOUTS = 75_ansi 75_iso | 43 | LAYOUTS = 75_ansi 75_iso |