~ruther/qmk_firmware

ref: 9c1662f8f9f28d185ccf0ce1dee084934c896367 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
9c1662f8 — Joel Challis Migrate build target markers to keyboard.json - TUV (#23514) 1 year, 22 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