qmk-firmware/quantum
Gergely Nagy fa06a16360 process_unicode: Add a way to enter unicode symbols by name
The purpose of this change is to allow keymaps to specify a dictionary
of unicode symbol name to code mappings, and let the person at the
keyboard enter unicode symbols by name.

This is done by having a way to trigger unicode symbol input mode, when
all keys are cached until Esc, Enter or Space are pressed. Once that
happens, we try to look up the symbol from our lookup table. If found,
we erase back, and type the unicode magic in to get that symbol. If not
found, we still erase back, start unicode input mode, and replay what
the user typed in.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-08-15 10:08:53 +02:00
..
audio Add IN_LIKE_FLINT song 2016-07-30 01:52:33 -07:00
keymap_extras Removed unnecessary comment 2016-08-07 11:07:38 -05:00
process_keycode process_unicode: Add a way to enter unicode symbols by name 2016-08-15 10:08:53 +02:00
serial_link
template
tools
visualizer
analog.c
analog.h
config_common.h
keycode_config.c
keycode_config.h
keymap_common.c
keymap.h fix typo 2016-08-12 20:38:26 +09:00
light_ws2812.c
light_ws2812.h
matrix.c
quantum.c
quantum.h Most ergodox keymaps compiles on Infinity 2016-07-29 20:48:20 +03:00
rgblight.c Simplify HSV->RGB calculation 2016-07-26 15:31:22 -05:00
rgblight.h