~ruther/qmk_firmware

ref: e82bc5355c98d358815b514ee570ac5c4fdf7a4a qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
e82bc535 — 4pplet [Keyboard] Waffling60 Rev E ANSI Hotswap (#22270) 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);