X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fgh60%2FMakefile.lufa;h=7548d47855b6ed0700d778f76138161cd3a6a41a;hb=0c1d98bd3c0b0ea4f109d2515521f1fcbccf3d3f;hp=45402bb3819dba762d994c6bcfa2478dad7cf30a;hpb=4701b08b71b187cb3d015bec7e05d30e35c344ac;p=max%2Ftmk_keyboard.git diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index 45402bb3..7548d478 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa @@ -119,5 +119,11 @@ include $(TOP_DIR)/protocol/lufa.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk -plain: OPT_DEFS += -DPLAIN_MAP +plain: OPT_DEFS += -DKEYMAP_PLAIN plain: all + +poker: OPT_DEFS += -DKEYMAP_POKER +poker: all + +poker_stack: OPT_DEFS += -DKEYMAP_POKER_STACK +poker_stack: all