~ruther/qmk_firmware

ref: 3ffe8d917a7c43e56b11ada82ac57b86003719a3 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
3ffe8d91 — Joel Challis Fix 'qmk new-keyboard' processing of development_board (#23996) 9 months 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