summaryrefslogtreecommitdiffstats
path: root/keyboards/sofle/keymaps/noqmk/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-684/+0
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-4/+4
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Fix keyboard pet OLED timeout logic (#17189)Jouke Witteveen2022-09-301-19/+17
| | | | The animation itself turns the screen on, preventing the normal timeout from ever triggering.
* [Keymap] Add axtloss keymap for sofle (#17835)axtloss2022-07-311-0/+686
Co-authored-by: Drashna Jaelre <drashna@live.com>