aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd96/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-08-22 15:27:18 +0100
committerGitHub <noreply@github.com>2019-08-22 15:27:18 +0100
commit1c805b3d008a98a5a15112b0655ba14b42dbae67 (patch)
tree56eb8ff23486c276b9126a86479a51e3db91577a /keyboards/xd96/rules.mk
parenta20e6aa0224ff243e6dc80259c9de868c4acc9ce (diff)
downloadfirmware-1c805b3d008a98a5a15112b0655ba14b42dbae67.tar.gz
firmware-1c805b3d008a98a5a15112b0655ba14b42dbae67.tar.bz2
firmware-1c805b3d008a98a5a15112b0655ba14b42dbae67.zip
Relocate pca9555 driver to core (#6563)
* Move pca9555 files to central location * Get pca9555 boards compiling * Slight alignment of rules.mk
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
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
-HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
+HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
LINK_TIME_OPTIMIZATION_ENABLE = yes
# custom matrix setup
CUSTOM_MATRIX = yes
+
+VPATH += drivers/gpio
SRC += custom_matrix_helper.c pca9555.c matrix.c
QUANTUM_LIB_SRC += i2c_master.c