Move Phantom keymaps to separate header files.
This commit is contained in:
parent
28aeef231b
commit
6e548590c4
8 changed files with 171 additions and 63 deletions
|
@ -120,3 +120,18 @@ VPATH += $(TOP_DIR)
|
|||
include $(TOP_DIR)/protocol/lufa.mk
|
||||
include $(TOP_DIR)/common.mk
|
||||
include $(TOP_DIR)/rules.mk
|
||||
|
||||
ansi: OPT_DEFS += -DLAYOUT_ANSI
|
||||
ansi: all
|
||||
|
||||
ansi_150: OPT_DEFS += -DLAYOUT_ANSI_150
|
||||
ansi_150: all
|
||||
|
||||
iso: OPT_DEFS += -DLAYOUT_ISO
|
||||
iso: all
|
||||
|
||||
iso_150: OPT_DEFS += -DLAYOUT_ISO_150
|
||||
iso_150: all
|
||||
|
||||
7bit: OPT_DEFS += -DLAYOUT_7BIT
|
||||
7bit: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue