diff options
author | dbroqua <dbroqua@mousur.org> | 2017-04-02 23:27:57 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2017-04-02 23:27:57 +0200 |
commit | e7347ff0de93ff823462b3ff2b4136b44dc576c0 (patch) | |
tree | 286e2a78fee74eb370641a981d2c81c8e02942b4 /quantum/process_keycode/process_unicodemap.h | |
parent | 9e72b7e7e97f9ae92c7eb1de66aa03cad047baf6 (diff) | |
parent | 24ec8f509703cbaf9de7b41d251dbb7fcd339559 (diff) | |
download | firmware-e7347ff0de93ff823462b3ff2b4136b44dc576c0.tar.gz firmware-e7347ff0de93ff823462b3ff2b4136b44dc576c0.tar.bz2 firmware-e7347ff0de93ff823462b3ff2b4136b44dc576c0.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'quantum/process_keycode/process_unicodemap.h')
-rw-r--r-- | quantum/process_keycode/process_unicodemap.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicodemap.h b/quantum/process_keycode/process_unicodemap.h new file mode 100644 index 000000000..64a7a0109 --- /dev/null +++ b/quantum/process_keycode/process_unicodemap.h @@ -0,0 +1,9 @@ +#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); +#endif
\ No newline at end of file |