diff options
Diffstat (limited to 'keyboards/xd96/rules.mk')
| -rw-r--r-- | keyboards/xd96/rules.mk | 4 |
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 | |||
| 77 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 77 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 78 | AUDIO_ENABLE = no # Audio output on port C6 | 78 | AUDIO_ENABLE = no # Audio output on port C6 |
| 79 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 79 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 80 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 80 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |
| 81 | LINK_TIME_OPTIMIZATION_ENABLE = yes | 81 | LINK_TIME_OPTIMIZATION_ENABLE = yes |
| 82 | 82 | ||
| 83 | # custom matrix setup | 83 | # custom matrix setup |
| 84 | CUSTOM_MATRIX = yes | 84 | CUSTOM_MATRIX = yes |
| 85 | |||
| 86 | VPATH += drivers/gpio | ||
| 85 | SRC += custom_matrix_helper.c pca9555.c matrix.c | 87 | SRC += custom_matrix_helper.c pca9555.c matrix.c |
| 86 | QUANTUM_LIB_SRC += i2c_master.c | 88 | QUANTUM_LIB_SRC += i2c_master.c |
