summaryrefslogtreecommitdiffstats
path: root/users/sigma
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Leader key feature (#19632)Ryan2023-02-131-20/+13
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-6/+6
|
* Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-061-1/+1
|
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-2/+2
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] fix sigma keymaps build (#8427)Yann Hodique2020-03-151-0/+2
| | | handle unicode input properly.
* Keymap: add sun_usb keymap for sigma (#4138)Yann Hodique2018-10-154-0/+358
Also add users/sigma, which contains useful code for keymaps.