mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Do not add via_he.c to SRC unless VIA_ENABLE is specified
This commit is contained in:
parent
3a6f582839
commit
9d64de92fa
@ -1,5 +1,9 @@
|
||||
SRC += matrix.c he_switch_matrix.c via_he.c graphics/display.c graphics/quinquefive.qff.c
|
||||
SRC += matrix.c he_switch_matrix.c graphics/display.c graphics/quinquefive.qff.c
|
||||
CUSTOM_MATRIX = lite
|
||||
ANALOG_DRIVER_REQUIRED = yes
|
||||
QUANTUM_PAINTER_ENABLE = yes
|
||||
QUANTUM_PAINTER_DRIVERS += sh1106_i2c
|
||||
|
||||
ifeq ($(strip $(VIA_ENABLE)), yes)
|
||||
SRC += via_he.c
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user