blob: 64a7a01090c4e08976f5dd9c88c8c45256178d83 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef PROCESS_UNICODEMAP_H
#define PROCESS_UNICODEMAP_H
#include "quantum.h"
#include "process_unicode_common.h"
void unicode_map_input_error(void);
bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
#endif
|