summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/keymaps/nojjan/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* Remove unused `action_get_macro()` usages in user files (#11165)Ryan2021-01-111-15/+0
|
* Remove KC_DELT alias in favor of KC_DEL (#6327)Konstantin Đorđević2019-08-301-1/+1
| | | | | | * Remove KC_DELT alias in favor of KC_DEL * Add changelog
* Remove empty fn_actions[]fauxpark2019-01-111-4/+0
|
* Keymap: Nojjan atreus (#3822)Jon Olsson2018-09-011-0/+61
* Add support for my Falbatech Atreus This is currently the default Atreus keyboard layout, but I will eventually customize it to match my Ergodox layout. * Address review comments * More review comments fixed * More review comments fixed