qmk-dactyl-manuform-a/quantum/process_keycode
Konstantin Đorđević cd9262d7b2 Improve consistency in UNICODEMAP code and docs, update docs/understanding_qmk (#4774)
* Remove unused UNICODE(n) macro, update docs

* Add note about max length of unicode_map to docs

* QK_UNICODE_MAP → QK_UNICODEMAP

* Refactor process_unicode_map

* process_unicode_map → process_unicodemap

This is done for consistency: UNICODEMAP is the method (hence UNICODEMAP_ENABLE, process_unicodemap), whereas unicode_map is the mapping table itself.

* Update references and ordering in docs/understanding_qmk

* Add additional note to docs/understanding_qmk

* &unicode_map[index] → unicode_map + index

This avoids the issue of the compiler sometimes complaining about the array index being out of range

* Update docs/getting_started_make_guide

* Update method sections in docs/feature_unicode
2019-01-07 12:56:57 -08:00
..
process_audio.c Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
process_audio.h Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
process_auto_shift.c Add non-US Hash and Backslash to AutoShift handling 2018-10-06 20:43:12 -04:00
process_auto_shift.h Add on/off/toggle keycodes for Auto Shift 2017-12-20 14:38:56 -05:00
process_clicky.c Make Audio Clicky's randomness a float 2018-09-27 18:31:18 -07:00
process_clicky.h Add On/Off keycodes 2018-09-25 13:28:36 -07:00
process_combo.c Fixed various keymaps and the allocation of "key_combos" (#2526) 2018-03-16 16:20:09 -04:00
process_combo.h Clarify the quantum license (#1042) 2017-03-28 15:20:36 -07:00
process_key_lock.c Fix for issue https://github.com/qmk/qmk_firmware/issues/1751 2017-10-29 20:05:54 -04:00
process_key_lock.h Added support for locking One Shot modifiers. 2017-08-08 10:02:53 -04:00
process_leader.c Fix leader processing 2018-12-29 08:17:43 -08:00
process_leader.h Fix up process_leader to be a bit more optimized (#4662) 2018-12-20 16:54:06 -08:00
process_midi.c Added bending to MIDI (#2740) 2018-04-18 22:22:08 -04:00
process_midi.h Merge ChibiOS and LUFA descriptor support (#2362) 2018-02-08 15:07:46 -05:00
process_music.c Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
process_music.h Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
process_printer.c Fix warnings in process_printer 2017-04-13 16:00:29 +03:00
process_printer.h Fix warnings in process_printer 2017-04-13 16:00:29 +03:00
process_printer_bb.c Fix warnings in process_printer 2017-04-13 16:00:29 +03:00
process_steno.c Improve state/chord handling and clean up namespace 2018-04-07 17:12:44 -04:00
process_steno.h Improve state/chord handling and clean up namespace 2018-04-07 17:12:44 -04:00
process_tap_dance.c Register the interrupting keycode in the tap dance state struct 2018-12-30 08:35:12 -08:00
process_tap_dance.h Register the interrupting keycode in the tap dance state struct 2018-12-30 08:35:12 -08:00
process_terminal.c Fixed sprintf overflow 2018-05-16 21:05:43 -04:00
process_terminal.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
process_terminal_nop.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
process_ucis.c Overhaul Unicode Common functionality (#4325) 2018-12-19 08:39:24 -08:00
process_ucis.h Overhaul Unicode Common functionality (#4325) 2018-12-19 08:39:24 -08:00
process_unicode.c Overhaul Unicode Common functionality (#4325) 2018-12-19 08:39:24 -08:00
process_unicode.h Overhaul Unicode Common functionality (#4325) 2018-12-19 08:39:24 -08:00
process_unicode_common.c Improve consistency in UNICODEMAP code and docs, update docs/understanding_qmk (#4774) 2019-01-07 12:56:57 -08:00
process_unicode_common.h Overhaul Unicode Common functionality (#4325) 2018-12-19 08:39:24 -08:00
process_unicodemap.c Improve consistency in UNICODEMAP code and docs, update docs/understanding_qmk (#4774) 2019-01-07 12:56:57 -08:00
process_unicodemap.h Improve consistency in UNICODEMAP code and docs, update docs/understanding_qmk (#4774) 2019-01-07 12:56:57 -08:00