]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/hid_liber/Makefile.lufa
Update makefiles to mbed-sdk 14666bb
[max/tmk_keyboard.git] / keyboard / hid_liber / Makefile.lufa
index 39a4d1e0f6db1b8a09d1969dbb250f0af06dc166..c99d1a32f6f143410dad4771b248bfc63c02dfe5 100644 (file)
@@ -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