~ruther/qmk_firmware

ref: 6e6fff866e1179b69f78602e5a791fb1a9e029f4 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
6e6fff86 — James Young Fix typo in `docs/feature_tri_layer.md` (#22232) 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);