mirror of
https://github.com/kemko/qmk_firmware.git
synced 2026-01-04 01:05:44 +03: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 |