You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
8 years ago
..
audio Add IN_LIKE_FLINT song 8 years ago
keymap_extras Removed unnecessary comment 8 years ago
process_keycode process_unicode: Add a way to enter unicode symbols by name 8 years ago
serial_link Remove extra serial_link subdirectory 8 years ago
template fixes quantum template (actually) 8 years ago
tools Backlight abstraction and other changes (#439) 8 years ago
visualizer Move the visualizer_user file to keymap folder 8 years ago
analog.c quantum separated 9 years ago
analog.h quantum separated 9 years ago
config_common.h Backlight abstraction and other changes (#439) 8 years ago
keycode_config.c Cleans up quantum/keymap situation, removes extra lufa folders (#416) 8 years ago
keycode_config.h Add ChibiOS support for QMK (#465) 8 years ago
keymap.h fix typo 8 years ago
keymap_common.c Fixes midi functionality 8 years ago
light_ws2812.c updates rgblight implementation, makes non-timer stuff compatible with audio 8 years ago
light_ws2812.h Integrate WS2812 code into quantum core 9 years ago
matrix.c fix/annotate wait_us lines 8 years ago
quantum.c extract reset keyboard into a function 8 years ago
quantum.h Most ergodox keymaps compiles on Infinity 8 years ago
rgblight.c Simplify HSV->RGB calculation 8 years ago
rgblight.h updates rgblight implementation, makes non-timer stuff compatible with audio 8 years ago