~ruther/qmk_firmware

ref: abcaf39e6c399f77a846e627324d4b9d9d79fe5f qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 117 bytes
abcaf39e — Joel Challis Migrate build target markers to keyboard.json - R (#23542) 1 year, 14 days 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