~ruther/qmk_firmware

ref: 6adf461aa033d3be2e0a2ea065560db9ba8a5ade qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
6adf461a — Joel Challis Remove duplication of RP2040 EEPROM defaults (#21979) 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
#pragma once

#include <cstdint>
#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);
Do not follow this link