diff options
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r-- | keyboard/planck/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile index 22101096e9..3bc12da023 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -55,12 +55,11 @@ SRC = keymap_common.c \ ifdef KEYMAP SRC := keymap_$(KEYMAP).c $(SRC) else - SRC := keymap_sean.c $(SRC) + SRC := keymap_joe.c $(SRC) endif CONFIG_H = config.h - # MCU name #MCU = at90usb1287 MCU = atmega32u4 |