~ruther/qmk_firmware

ref: a5b382beb350c740c520f7e6f00f2c87301567d5 qmk_firmware/tests/test_common/keycode_util.hpp -rw-r--r-- 98 bytes
a5b382be — James Young 4pplet Waffling80 Community Layout Support and Touch-Up (#20932) 2 years ago
                                                                                
1
2
3
4
5
#pragma once

#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);