1
0
Fork 0

Move functionality from action_util to report

The functions also takes report_kebyoard_t parameters, so that they can
be used elsewhere.
This commit is contained in:
Fred Sundvik 2017-06-17 15:19:15 +03:00
parent c38589d861
commit 017458a07b
5 changed files with 193 additions and 173 deletions

View file

@ -18,6 +18,7 @@ TMK_COMMON_SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/debug.c \
$(COMMON_DIR)/util.c \
$(COMMON_DIR)/eeconfig.c \
$(COMMON_DIR)/report.c \
$(PLATFORM_COMMON_DIR)/suspend.c \
$(PLATFORM_COMMON_DIR)/timer.c \
$(PLATFORM_COMMON_DIR)/bootloader.c \