~ruther/qmk_firmware

ref: d52bafade333d2da76c514f2a152b38b3a446c1c qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
d52bafad — Ryan Fix `binepad/bn009` and `durgod/dgk6x/hades_ansi` keymaps (#21701) 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);