split up unicode systems into different files
This commit is contained in:
parent
6788cbd762
commit
cbabb4d417
9 changed files with 253 additions and 239 deletions
8
quantum/process_keycode/process_unicodemap.h
Normal file
8
quantum/process_keycode/process_unicodemap.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue