forked from mirrors/qmk_firmware
8 lines
188 B
C
8 lines
188 B
C
|
#ifndef PROCESS_UNICODEMAP_H
|
||
|
#define PROCESS_UNICODEMAP_H
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
void unicode_map_input_error(void);
|
||
|
bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
|
||
|
#endif
|