~ruther/qmk_firmware

ref: aa7628641ca4673a5a054cdb4760acf06e807525 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 98 bytes
aa762864 — mechlovin [Keyboard] Add the Aster Ergo PCB (#20513) 2 years ago
                                                                                
1
2
3
4
5
#pragma once

#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);