diff options
Diffstat (limited to 'keyboard/gh60/Makefile.lufa')
-rw-r--r-- | keyboard/gh60/Makefile.lufa | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index c8d3fa4943..7a83032969 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa @@ -124,3 +124,9 @@ plain: all poker: OPT_DEFS += -DKEYMAP_POKER poker: all + +poker_set: OPT_DEFS += -DKEYMAP_POKER_SET +poker_set: all + +poker_bit: OPT_DEFS += -DKEYMAP_POKER_BIT +poker_bit: all |