1
0
Fork 0

add unicode common file, get names right

This commit is contained in:
Jack Humbert 2017-02-15 17:09:35 -05:00
parent cbabb4d417
commit 09add35e7f
7 changed files with 137 additions and 209 deletions

View file

@ -2,6 +2,7 @@
#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);