summaryrefslogtreecommitdiff
path: root/keyboard/planck/Makefile
diff options
context:
space:
mode:
authorJack Humbert2015-02-26 16:35:54 -0500
committerJack Humbert2015-02-26 16:35:54 -0500
commitea6de22aeed15eb5009698979065b0b504ac26cc (patch)
tree9d4b4e94c6fa88074527381aef856e25ebbfe8b3 /keyboard/planck/Makefile
parenta538f71e41ad5c594250594b053f05e550667ebc (diff)
brett
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r--keyboard/planck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile
index 3bc12da02..c456cb51b 100644
--- a/keyboard/planck/Makefile
+++ b/keyboard/planck/Makefile
@@ -55,7 +55,7 @@ SRC = keymap_common.c \
ifdef KEYMAP
SRC := keymap_$(KEYMAP).c $(SRC)
else
- SRC := keymap_joe.c $(SRC)
+ SRC := keymap_jack.c $(SRC)
endif
CONFIG_H = config.h