summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-04 14:53:45 +0100
committertmk <nobody@nowhere>2013-02-04 14:53:45 +0100
commitaad91a30a34d61739e1261bb82a1cb1ace581afa (patch)
treea8d265120be758e1ac496ad46e1b95a58c8481c7 /common.mk
parent1d7962ba8a20323dc13cc913381608e117afaeb4 (diff)
downloadqmk_firmware-aad91a30a34d61739e1261bb82a1cb1ace581afa.tar.gz
qmk_firmware-aad91a30a34d61739e1261bb82a1cb1ace581afa.tar.xz
Add macro feature.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 7cdaa5f74..86518f03f 100644
--- a/common.mk
+++ b/common.mk
@@ -2,6 +2,7 @@ COMMON_DIR = common
SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/keyboard.c \
$(COMMON_DIR)/action.c \
+ $(COMMON_DIR)/action_macro.c \
$(COMMON_DIR)/keymap.c \
$(COMMON_DIR)/command.c \
$(COMMON_DIR)/timer.c \