summaryrefslogtreecommitdiffstats
path: root/users/rverst
Commit message (Collapse)AuthorAgeFilesLines
* Align definition of unicode_map (#19452)Joel Challis2023-01-011-1/+1
|
* Normalise Unicode keycodes (#18898)Ryan2022-10-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)Drashna Jaelre2022-10-151-3/+10
|
* [Keymap] Feature/extend keymap (#12778)Robert Verst2021-06-243-4/+37
| | | | | | | | | * Add F13-F24 * Add nvim macros * Add debug switch * Switch mode every time, add debug print
* [Keymap] Fix handling of RV_LOCK and RV_SNAP for windows (#12498)Robert Verst2021-04-191-32/+7
| | | Co-authored-by: Robert Verst <robert.verst@tobit.com>
* [Keymap] Fixing userspace `rverst` (#12422)Robert Verst2021-04-021-1/+5
| | | Co-authored-by: Robert Verst <robert.verst@tobit.com>
* [Keymap] Add userspace rverst (#12205)Robert Verst2021-03-176-0/+594
Co-authored-by: Robert Verst <robert.verst@tobit.com>