diff options
author | tmk <nobody@nowhere> | 2013-02-15 15:34:46 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-15 15:34:46 +0900 |
commit | f8d289e66965f99469292370c3b9200a03254f8e (patch) | |
tree | 98b2502fd231d4916270b76632242a15bb27781d /common.mk | |
parent | 7a31451a077a55e1ad97cf8b31a111c7cd311a4d (diff) | |
parent | 2b811352a1497e28b946a49f9f31dc15dbda420b (diff) | |
download | qmk_firmware-f8d289e66965f99469292370c3b9200a03254f8e.tar.gz |
Merge branch 'layer_stack'
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/keyboard.c \ $(COMMON_DIR)/action.c \ $(COMMON_DIR)/action_macro.c \ + $(COMMON_DIR)/layer_stack.c \ $(COMMON_DIR)/keymap.c \ $(COMMON_DIR)/command.c \ $(COMMON_DIR)/timer.c \ |