~ruther/qmk_firmware

ref: 092ef661af1f970122993ad175bcc420898788ca qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
092ef661 — Joel Challis Workaround for uart makefile issues (#23192) 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);