1
0
Fork 0

Add NO_ACTION_ONESHOT config option

This commit is contained in:
tmk 2013-03-21 14:42:40 +09:00
parent 9a3edb897a
commit d44290b91b
4 changed files with 82 additions and 42 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_oneshot.c \
$(COMMON_DIR)/action_macro.c \
$(COMMON_DIR)/layer_switch.c \
$(COMMON_DIR)/keymap.c \