0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-05 13:25:39 +00:00
qmk_firmware/tests/test_common/keycode_util.hpp

6 lines
98 B
C++

#pragma once
#include <string>
std::string get_keycode_identifier_or_default(uint16_t keycode);