#ifndef PROCESS_UNICODEMAP_H #define PROCESS_UNICODEMAP_H #include "quantum.h" #include "process_unicode_common.h" void unicode_map_input_error(void); bool process_unicode_map(uint16_t keycode, keyrecord_t *record); #endifaster' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/create_vcxsrc.sh
blob: 924d2722e4ddacd31cf88bd2b58cb5c8b68c536c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54