1
0
Fork 0

split up unicode systems into different files

This commit is contained in:
Jack Humbert 2017-02-15 16:36:31 -05:00
parent 6788cbd762
commit cbabb4d417
9 changed files with 253 additions and 239 deletions

View file

@ -0,0 +1,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