diff options
author | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-03-29 21:53:36 -0400 |
---|---|---|
committer | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-03-29 21:53:36 -0400 |
commit | 95fba250ef2029ccdedb34500c5d1e96f6d065cf (patch) | |
tree | abec71f825ce412d13e057bc1bd89018cf3bb8f7 /keyboard/gh60/Makefile | |
parent | e28334017c94c6928dd7e82436cec171f0243747 (diff) |
Updated several keyboard folders to use new keymap naming scheme
Diffstat (limited to 'keyboard/gh60/Makefile')
-rw-r--r-- | keyboard/gh60/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/gh60/Makefile b/keyboard/gh60/Makefile index daba0f6449..4c8f9dc8ab 100644 --- a/keyboard/gh60/Makefile +++ b/keyboard/gh60/Makefile @@ -53,9 +53,9 @@ SRC = keymap_common.c \ led.c ifdef KEYMAP - SRC := keymap_$(KEYMAP).c $(SRC) + SRC := keymaps/$(KEYMAP).c $(SRC) else - SRC := keymap_poker.c $(SRC) + SRC := keymaps/poker.c $(SRC) endif CONFIG_H = config.h |