summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/mutepad
Commit message (Collapse)AuthorAgeFilesLines
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-302-7/+6
|
* keyboards: fix malformed info.json files (#17292)Ryan Skidmore2022-06-021-1/+1
|
* Add MutePad keyboard (Handwired) (#16590)Joshua Barber2022-03-208-0/+224
* Add MutePad keyboard * Update info.json and readme * Move mutepad to handwired folder * Address PR comments