mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
8 lines
No EOL
188 B
C
8 lines
No EOL
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 |