~ruther/qmk_firmware

ref: 319d9aa7b94daba050a7d207caf2dd607b04298c qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
319d9aa7 — Joel Challis Fix 'qmk compile' mass_compile execution (#23296) 1 year, 29 days ago
                                                                                
1
2
3
4
5
6
#pragma once

#include <cstdint>
#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);
Do not follow this link