diff options
author | tmk <nobody@nowhere> | 2013-03-29 00:56:34 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-29 02:46:05 +0900 |
commit | c69f7e106922cecaf1aee8453e449dd7e2832c7a (patch) | |
tree | 2c5ea79dcd580a014d10b142f44b5191d35a12c5 /common.mk | |
parent | 366c75979535c27e10332a4842851fa7f91b2f7e (diff) |
Add action_tapping.[ch] for refactoring
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ COMMON_DIR = common SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/keyboard.c \ $(COMMON_DIR)/action.c \ + $(COMMON_DIR)/action_tapping.c \ $(COMMON_DIR)/action_oneshot.c \ $(COMMON_DIR)/action_macro.c \ $(COMMON_DIR)/layer_switch.c \ |