~ruther/qmk_firmware

ref: 06a36824ad7e964c41e10e49780dd220ae573a95 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
06a36824 — フィルターペーパー [Docs] Squeeze AVR with simplified magic config functions (#21477) 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);