summaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/keymaps/cheese/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-107/+0
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Added cheese keymap to tada68. (#4105)pgillan1452018-10-101-0/+107
* Added cheese keymap to tada68. * Removed extraneous definitions.