summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk/ymd96/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-141-2/+1
|
* Remove useless line continuations (#19399)Ryan2022-12-303-41/+41
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-062-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-1/+1
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-153-4/+4
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-7/+7
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-24/+1
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* [Keyboard] move ymd96 to ymdk vendor folder (#15643)peepeetee2022-01-109-0/+349