Skip to content

Commit

Permalink
matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Aug 17, 2015
1 parent b2d4969 commit 1e59874
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions keyboard/planck/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 1e59874

Please sign in to comment.