summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/colemak_code_friendly/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-031-13/+13
| | | | | | | | | | | | | * `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
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-10/+10
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] Adds layout for Ergodox, colemak_code_friendly (#4819)Leszek1112019-01-111-0/+335
* Adds layout for Ergodox, colemak_code_friendly * code cleanup * code cleanup * code cleanup