summaryrefslogtreecommitdiff
path: root/keyboard/planck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r--keyboard/planck/Makefile20
1 files changed, 16 insertions, 4 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile
index 001f17f316..3716f0db92 100644
--- a/keyboard/planck/Makefile
+++ b/keyboard/planck/Makefile
@@ -47,16 +47,28 @@ TOP_DIR = ../..
# Directory keyboard dependent files exist
TARGET_DIR = .
+# # project specific files
+# SRC = keymap_common.c \
+# matrix_handwire.c \
+# led.c \
+# backlight.c
+
+# ifdef KEYMAP
+# SRC := keymap_$(KEYMAP).c $(SRC)
+# else
+# SRC := keymap_jack.c $(SRC)
+# endif
+
# project specific files
-SRC = keymap_common.c \
- matrix.c \
+SRC = extended_keymap_common.c \
+ matrix_handwire.c \
led.c \
backlight.c
ifdef KEYMAP
- SRC := keymap_$(KEYMAP).c $(SRC)
+ SRC := extended_keymap_$(KEYMAP).c $(SRC)
else
- SRC := keymap_jack.c $(SRC)
+ SRC := extended_keymap_jack.c $(SRC)
endif
CONFIG_H = config.h