summaryrefslogtreecommitdiffstats
path: root/keyboards/dztech/dz65rgb/keymaps/drootz/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* [Keymap] New keymap layout for dztech/dz65rgb/keymaps (#8199)Daniel Racine2020-05-061-0/+757
* 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