matrix
This commit is contained in:
parent
b2d4969f8f
commit
1e598743b0
|
@ -69,12 +69,6 @@ else
|
|||
SRC := common_keymaps/keymap_jack.c $(SRC)
|
||||
endif
|
||||
|
||||
ifdef MATRIX
|
||||
SRC := matrix_$(MATRIX).c $(SRC)
|
||||
else
|
||||
SRC := matrix_pcb.c $(SRC)
|
||||
endif
|
||||
|
||||
else
|
||||
|
||||
SRC = extended_keymap_common.c \
|
||||
|
@ -89,12 +83,6 @@ else
|
|||
SRC := extended_keymaps/extended_keymap_default.c $(SRC)
|
||||
endif
|
||||
|
||||
ifdef MATRIX
|
||||
SRC := matrix_$(MATRIX).c $(SRC)
|
||||
else
|
||||
SRC := matrix_pcb.c $(SRC)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
CONFIG_H = config.h
|
||||
|
|
Loading…
Reference in New Issue