Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -9/+9 |
| | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | Remove legacy USE_SERIAL define (#18292) | Dasky | 2022-09-06 | 1 | -2/+0 |
| | | | | | * Remove legacy USE_SERIAL define * tidy up missed comments | ||||
* | [Keyboard] Add UNK keyboard. (#9571) | Herpiko Dwi Aguno | 2020-06-29 | 2 | -0/+108 |
* Add UNK keyboard. * Update keyboards/handwired/unk/info.json * Use KC_NO to block out nonexistent matrix positions. * Update keyboards/handwired/unk/readme.md * Update keyboards/handwired/unk/keymaps/default/keymap.c |