summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-28/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-2/+2
| | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-1/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-5/+0
|
* Refactor for DeltaSplit75 (#3132)noroadsleft2018-06-061-21/+24
|
* Hopefully compile issues are gone, and updated filesunknown2017-07-281-30/+30
|
* Changed case of protosplitDonald2017-07-281-0/+31
Also updated readme to have correct capitalization.