~ruther/qmk_firmware

ref: d9740c9de11d41493149bee2e712aee536d40b25 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
d9740c9d — Joel Challis Migrate build target markers to keyboard.json - Keychron (#23593) 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);