mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-18 03:19:45 +00:00
6 lines
98 B
C++
6 lines
98 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
std::string get_keycode_identifier_or_default(uint16_t keycode);
|