~ruther/qmk_firmware

ref: 724aa3a4b256ccb058e4ef86c882167635d6815d qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 98 bytes
724aa3a4 — HorrorTroll Refactor entire Handwired K552 keyboard (#18066) 2 years ago
                                                                                
1
2
3
4
5
#pragma once

#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);