~ruther/qmk_firmware

ref: aa33d8ba8e9ca78b7738eadd5401348c51d3d9d9 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
aa33d8ba — jack Fixup work_board (#23266) 1 year, 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);