Add README and keymap layers.(GH60)

This commit is contained in:
tmk
2012-12-27 16:06:13 +09:00
parent c009f4643c
commit 67c64db1cc
5 changed files with 195 additions and 85 deletions

View File

@@ -97,7 +97,7 @@ F_USB = $(F_CPU)
# Build Options
# comment out to disable the options.
#
#MOUSEKEY_ENABLE = yes # Mouse keys
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
#NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
@@ -118,3 +118,6 @@ VPATH += $(TOP_DIR)
include $(TOP_DIR)/protocol/lufa.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk
plain: OPT_DEFS += -DPLAIN_MAP
plain: all