2017-02-15 21:36:31 +00:00
|
|
|
#ifndef PROCESS_UNICODEMAP_H
|
|
|
|
#define PROCESS_UNICODEMAP_H
|
|
|
|
|
|
|
|
#include "quantum.h"
|
2017-02-15 22:09:35 +00:00
|
|
|
#include "process_unicode_common.h"
|
2017-02-15 21:36:31 +00:00
|
|
|
|
|
|
|
void unicode_map_input_error(void);
|
|
|
|
bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
|
|
|
|
#endif
|