diff options
author | tmk <nobody@nowhere> | 2013-02-20 10:40:07 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-20 10:40:07 +0900 |
commit | abf0b04d14629de35968ee07e3bb587eebccf68b (patch) | |
tree | b08e20a0ae42a49ea831a1f1325293c7db140370 /keyboard/gh60/Makefile.pjrc | |
parent | 998dc6c17e0b0cfe8377529a130d9c61590caf2a (diff) |
Apply new keymap for gh60
Diffstat (limited to 'keyboard/gh60/Makefile.pjrc')
-rw-r--r-- | keyboard/gh60/Makefile.pjrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index 4559ce32f1..af6ef63ec4 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc @@ -95,8 +95,8 @@ plain: all poker: OPT_DEFS += -DKEYMAP_POKER poker: all -poker_bit: OPT_DEFS += -DKEYMAP_POKER_SET -poker_bit: all +poker_set: OPT_DEFS += -DKEYMAP_POKER_SET +poker_set: all poker_bit: OPT_DEFS += -DKEYMAP_POKER_BIT poker_bit: all |