summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/split89/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Update handwired/split89 to new standard. (#19540)jurassic732023-01-141-15/+15
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.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`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Revert "handwired/split89 Layout Macro Refactor (#15210)" (#15284)James Young2021-11-231-14/+14
| | | | | This reverts commit 26ae43219001dfe20aa525b6fb35f2aeb2b76617. Requested by jurassic73.
* handwired/split89 Layout Macro Refactor (#15210)James Young2021-11-181-14/+14
|
* Corrected keyboard layout which was causing issue in QMK configurator (#14891)jurassic732021-10-221-7/+7
|
* [Keyboard] Add Split 89 (#13213)jurassic732021-06-172-0/+48
Co-authored-by: Ryan <fauxpark@gmail.com>