qmk-keychron-q3-colemak-dh/tests/test_common/keycode_util.hpp
2023-05-15 22:27:37 +10:00

7 lines
117 B
C++

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