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:
parent
681e019450
commit
e0cb9cf30b
8 changed files with 186 additions and 98 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue