~ruther/qmk_firmware

ref: e99b7f240aacd4d9a0182396533a3e972ea1f9a8 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
e99b7f24 — Nick Brassel Remove broken CI workflow (#23631) 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
#pragma once

#include <cstdint>
#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);