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.lufa | |
parent | 998dc6c17e0b0cfe8377529a130d9c61590caf2a (diff) |
Apply new keymap for gh60
Diffstat (limited to 'keyboard/gh60/Makefile.lufa')
-rw-r--r-- | keyboard/gh60/Makefile.lufa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index 9adec24b13..7a83032969 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa @@ -125,8 +125,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 |