forked from mirrors/qmk_userspace
[Test] Reset timer for every unit test and provide timestamps for log messages (#17028)
This commit is contained in:
parent
e2ab98f960
commit
962e4c0e18
20 changed files with 1011 additions and 41 deletions
5
tests/test_common/keycode_util.hpp
Normal file
5
tests/test_common/keycode_util.hpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string get_keycode_identifier_or_default(uint16_t keycode);
|
Loading…
Add table
Add a link
Reference in a new issue