Add action_tapping.[ch] for refactoring
This commit is contained in:
parent
366c759795
commit
c69f7e1069
5 changed files with 397 additions and 369 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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue