diff options
author | tmk <nobody@nowhere> | 2013-02-16 04:20:01 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-16 04:20:01 +0900 |
commit | 998dc6c17e0b0cfe8377529a130d9c61590caf2a (patch) | |
tree | f0745fb55e970f057a862732739be4a665cdf910 /keyboard/gh60/Makefile.pjrc | |
parent | f8d289e66965f99469292370c3b9200a03254f8e (diff) | |
parent | 06e4fc66edd15efa5afdcaed2102c7698b626484 (diff) | |
download | firmware-998dc6c17e0b0cfe8377529a130d9c61590caf2a.tar.gz firmware-998dc6c17e0b0cfe8377529a130d9c61590caf2a.tar.bz2 firmware-998dc6c17e0b0cfe8377529a130d9c61590caf2a.zip |
Merge branch 'layer_switch'
Diffstat (limited to 'keyboard/gh60/Makefile.pjrc')
-rw-r--r-- | keyboard/gh60/Makefile.pjrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index 8bca1659b..4559ce32f 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc @@ -95,5 +95,8 @@ plain: all poker: OPT_DEFS += -DKEYMAP_POKER poker: all -poker_stack: OPT_DEFS += -DKEYMAP_POKER_STACK -poker_stack: all +poker_bit: OPT_DEFS += -DKEYMAP_POKER_SET +poker_bit: all + +poker_bit: OPT_DEFS += -DKEYMAP_POKER_BIT +poker_bit: all |