aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xd96/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd96/rules.mk')
-rw-r--r--keyboards/xd96/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/xd96/rules.mk b/keyboards/xd96/rules.mk
index 91736bd87..3a97fe5f9 100644
--- a/keyboards/xd96/rules.mk
+++ b/keyboards/xd96/rules.mk
@@ -77,10 +77,12 @@ UNICODE_ENABLE = no # Unicode
77BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 77BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
78AUDIO_ENABLE = no # Audio output on port C6 78AUDIO_ENABLE = no # Audio output on port C6
79FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 79FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
80HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) 80HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
81LINK_TIME_OPTIMIZATION_ENABLE = yes 81LINK_TIME_OPTIMIZATION_ENABLE = yes
82 82
83# custom matrix setup 83# custom matrix setup
84CUSTOM_MATRIX = yes 84CUSTOM_MATRIX = yes
85
86VPATH += drivers/gpio
85SRC += custom_matrix_helper.c pca9555.c matrix.c 87SRC += custom_matrix_helper.c pca9555.c matrix.c
86QUANTUM_LIB_SRC += i2c_master.c 88QUANTUM_LIB_SRC += i2c_master.c