summaryrefslogtreecommitdiffstats
path: root/keyboards/dztech/dz65rgb/keymaps/drootz
Commit message (Collapse)AuthorAgeFilesLines
* Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-031-1/+1
|
* Refactor Leader key feature (#19632)Ryan2023-02-131-85/+74
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-061-3/+3
|
* Leader: remove `qk_` prefix (#19304)Ryan2022-12-141-2/+2
|
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-6/+6
|
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-031-3/+3
| | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-2/+2
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-4/+4
|
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-1/+1
|
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-1/+2
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-78/+78
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove manual enable of LTO within user keymaps (#15378)Joel Challis2022-02-101-1/+1
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-27/+27
|
* [Keymap] New keymap layout for dztech/dz65rgb/keymaps (#8199)Daniel Racine2020-05-064-0/+1030
* New keymap layout for dztech/dz65rgb/keymaps * New keymap layout for dztech/dz65rgb/keymaps - Conding conventions fixes * Fix typo in Leader Key table * PR #8199 Feedback Commit #1 * Fixed data types and function names - Simplified accent macros by removing repetition - Added selection wrap macros - readme.md doc updated with changes * PR #8199 second feedback commit - Clarified function names, variables names and comments * Fix: accent output fix _grave <==> _circumflex * dry fixes on led set_color with hsv and led blinking code blocks