8 lines
120 B
Makefile
8 lines
120 B
Makefile
# Software features
|
|
COMBO_ENABLE = yes
|
|
|
|
# Combo dictionary
|
|
ifeq ($(COMBO_ENABLE),yes)
|
|
VPATH += keyboards/gboards
|
|
endif
|