src leader key dictionary
This commit is contained in:
parent
ec43bf5af7
commit
e39758d8ce
|
@ -28,3 +28,8 @@ endif
|
||||||
ifeq ($(COMBO_ENABLE),yes)
|
ifeq ($(COMBO_ENABLE),yes)
|
||||||
VPATH += keyboards/gboards
|
VPATH += keyboards/gboards
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Leader key dictionary
|
||||||
|
ifeq ($(LEADER_ENABLE),yes)
|
||||||
|
SRC += ./leader.c
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue