~ruther/qmk_firmware

ref: 04b7a262e0f4fded365ff5cd2f366dfb7b044701 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
04b7a262 — Pablo Martínez Fix typo (#21189) 2 years ago
                                                                                
1
2
3
4
5
6
#pragma once

#include <cstdint>
#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);