Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default.

Added a README.md with links to the deskthority wikipages for this project and some build instructions.
This commit is contained in:
yeeeargh 2013-07-03 13:04:33 +02:00
parent 681e019450
commit e0cb9cf30b
8 changed files with 186 additions and 98 deletions

View file

@ -125,5 +125,14 @@ include $(TOP_DIR)/protocol/lufa.mk
include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk
custom: OPT_DEFS += -DKEYMAP_CUSTOM
ansi: OPT_DEFS += -DLAYOUT_ANSI
ansi: all
iso: OPT_DEFS += -DLAYOUT_ISO
iso: all
custom: OPT_DEFS += -DLAYOUT_CUSTOM
custom: all
alaricljs: OPT_DEFS += -DLAYOUT_ALARICLJS
alaricljs: all