mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
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
|