diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 23:46:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-15 23:46:31 -0500 |
| commit | 77b6ac831eb58e753cc666c66a67e9a9be369061 (patch) | |
| tree | 04e3074214a8415a8b0404477561d990a9ce205c /quantum/process_keycode/process_unicodemap.h | |
| parent | 7bef285553dee01bbcb1eaadefbfb39ed75baea4 (diff) | |
| parent | 58823b4e0324f5b2861fc5a0f74f6faa3673f5dc (diff) | |
| download | qmk_firmware-77b6ac831eb58e753cc666c66a67e9a9be369061.tar.gz qmk_firmware-77b6ac831eb58e753cc666c66a67e9a9be369061.zip | |
Merge pull request #1104 from qmk/layer_tap_toggle
Adds layer tap toggle as TT(layer)
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 @@ | |||
| 1 | #ifndef PROCESS_UNICODEMAP_H | ||
| 2 | #define PROCESS_UNICODEMAP_H | ||
| 3 | |||
| 4 | #include "quantum.h" | ||
| 5 | #include "process_unicode_common.h" | ||
| 6 | |||
| 7 | void unicode_map_input_error(void); | ||
| 8 | bool process_unicode_map(uint16_t keycode, keyrecord_t *record); | ||
| 9 | #endif \ No newline at end of file | ||
