1
0
Fork 0

Add action_tapping.[ch] for refactoring

This commit is contained in:
tmk 2013-03-29 00:56:34 +09:00
parent 366c759795
commit c69f7e1069
5 changed files with 397 additions and 369 deletions

View file

@ -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 \