mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
7 lines
117 B
C++
7 lines
117 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
std::string get_keycode_identifier_or_default(uint16_t keycode);
|