Add transparent layer feature in gh60

This commit is contained in:
tmk 2013-02-12 17:08:51 +09:00
parent 8215634175
commit 0c52ee59f0
5 changed files with 265 additions and 81 deletions

View file

@ -119,5 +119,8 @@ 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