summaryrefslogtreecommitdiff
path: root/keyboard/phantom/Makefile.lufa
diff options
context:
space:
mode:
authortmk <wakojun@gmail.com>2013-05-27 15:57:30 -0700
committertmk <wakojun@gmail.com>2013-05-27 15:57:30 -0700
commitce950736a2206c8ae6d471ee691b9b2559878d40 (patch)
treebb16e1a3cda1afbae91ff5c32d00163a874e2af6 /keyboard/phantom/Makefile.lufa
parentbf3a23b30645e98b9999b6c5cd6f29044a13821f (diff)
parent43b4e2d3b158e09a4a19516c2a553f8c68235f82 (diff)
Merge pull request #37 from Wraul/update_phantom
Polishing the Phantom project
Diffstat (limited to 'keyboard/phantom/Makefile.lufa')
-rw-r--r--keyboard/phantom/Makefile.lufa15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboard/phantom/Makefile.lufa b/keyboard/phantom/Makefile.lufa
index 5199fe39f7..97756de0a1 100644
--- a/keyboard/phantom/Makefile.lufa
+++ b/keyboard/phantom/Makefile.lufa
@@ -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