mirror of
https://github.com/kemko/qmk_firmware.git
synced 2026-01-06 10:15:45 +03:00
split up unicode systems into different files
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user