summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicodemap.h
blob: 291bd8de031e77c05d6250f26b6ab61bd4cb74b4 (plain)
1
2
3
4
5
6
7
8
#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