diff options
author | Mathias Andersson <wraul@dbox.se> | 2013-05-26 22:20:29 +0200 |
---|---|---|
committer | Mathias Andersson <wraul@dbox.se> | 2013-05-27 20:53:11 +0200 |
commit | 6e548590c4094db97aef1c0ad1a57beb90f653da (patch) | |
tree | 16a6d638d32ada3588ba349e662764dc8fbc93c6 /keyboard/phantom/Makefile.pjrc | |
parent | 28aeef231b95f15ad0ddbc368781e986f559aaa8 (diff) |
Move Phantom keymaps to separate header files.
Diffstat (limited to 'keyboard/phantom/Makefile.pjrc')
-rw-r--r-- | keyboard/phantom/Makefile.pjrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboard/phantom/Makefile.pjrc b/keyboard/phantom/Makefile.pjrc index 7c022a03fb..aa01ac5ab2 100644 --- a/keyboard/phantom/Makefile.pjrc +++ b/keyboard/phantom/Makefile.pjrc @@ -91,3 +91,18 @@ VPATH += $(TOP_DIR) include $(TOP_DIR)/protocol/pjrc.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 |