mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
matrix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user