mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 00:45:00 +00:00
5 lines
98 B
C++
5 lines
98 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string get_keycode_identifier_or_default(uint16_t keycode);
|