~ruther/qmk_firmware

ref: bd5860de4ed50ee306cee2ef54c7ff4f751a6168 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
bd5860de — Ryan is31fl3737/3741: add LED Matrix support (#22163) 2 years ago
                                                                                
1
2
3
4
5
6
#pragma once

#include <cstdint>
#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);