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

@ -74,7 +74,7 @@ F_CPU = 16000000
# Build Options
# comment out to disable the options.
#
#MOUSEKEY_ENABLE = yes # Mouse keys
MOUSEKEY_ENABLE = yes # Mouse keys
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
EXTRAKEY_ENABLE = yes # Audio control and System control
NKRO_ENABLE = yes # USB Nkey Rollover
@ -88,3 +88,6 @@ VPATH += $(TOP_DIR)
include $(TOP_DIR)/protocol/pjrc.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk
plain: OPT_DEFS += -DPLAIN_MAP
plain: all