]> git.donarmstrong.com Git - qmk_firmware.git/commit
Move functionality from action_util to report
authorFred Sundvik <fsundvik@gmail.com>
Sat, 17 Jun 2017 12:19:15 +0000 (15:19 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Sun, 18 Jun 2017 18:22:22 +0000 (21:22 +0300)
commit017458a07bda3f4b2604d079ec65ef607a1a1e57
treeb9f97f0bd3bae6790e2c406b8dd9fc0e1cbf04e3
parentc38589d8615ba3ff93736cb02d12b3c8ceb68094
Move functionality from action_util to report

The functions also takes report_kebyoard_t parameters, so that they can
be used elsewhere.
tmk_core/common.mk
tmk_core/common/action_util.c
tmk_core/common/action_util.h
tmk_core/common/report.c [new file with mode: 0644]
tmk_core/common/report.h