~aleteoryx/muditaos

ref: 2f33cc211ae7eaf17f7a71d37ddc48437ddb6c4a muditaos/module-bsp/bsp/key_to_cstr.cpp -rw-r--r-- 165 bytes
2f33cc21 — Lefucjusz [MOS-1063] Fix device freeze after onboarding in Spanish 2 years ago
                                                                                
1
2
3
4
5
6
7
#include <magic_enum.hpp>
#include "hal/key_input/KeyEventDefinitions.hpp"

const char *c_str(bsp::KeyCodes code)
{
    return magic_enum::enum_name(code).data();
}