~ruther/qmk_firmware

ref: 98530cad3ba8733d8a100e0bc5f3cf47339c4b3e qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
98530cad — Joel Challis Implement data driven dip switches (#22017) 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);