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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user