* tests: use keycode_string feature With a proper keycode to string implementation in qmk there is no need to use the unit tests only implementation anymore. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * tests: remove keycode_util feature This feature is no longer used as we switched the tests to the keycode string implementation. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> |
||
|---|---|---|
| .. | ||
| build.mk | ||
| keyboard_report_util.cpp | ||
| keyboard_report_util.hpp | ||
| keymap.c | ||
| main.cpp | ||
| matrix.c | ||
| mouse_report_util.cpp | ||
| mouse_report_util.hpp | ||
| pointing_device_driver.c | ||
| test_common.h | ||
| test_common.hpp | ||
| test_driver.cpp | ||
| test_driver.hpp | ||
| test_fixture.cpp | ||
| test_fixture.hpp | ||
| test_keymap_key.cpp | ||
| test_keymap_key.hpp | ||
| test_logger.cpp | ||
| test_logger.hpp | ||
| test_matrix.h | ||
| test_pointing_device_driver.h | ||