summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/adb_usb/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Rename keyboard-level readmes to lower-case (#10759)Erovia2020-10-251-84/+0
| | | | | This is the recommendation in the [PR Checklist](https://docs.qmk.fm/#/pr_checklist?id=keyboard-prs) and it will make working with them easier in the CLI/API/etc.
* [Keyboard] ADB converter lock LED fix (#5035)Peter Roe2019-02-021-1/+2
| | | | | | | | * Enabled ADB lock LEDs * Updated converter/adb_usb/README.md Fixed a typo in the readme title. Added the lock LED fix to the changelog.
* Keyboard: Ported ADB-to-USB converter from TMK to QMK (#3931)Peter Roe2018-10-231-0/+83
* Ported ADB-to-USB converter from TMK to QMK * Updated pull request with reviewer suggestions. * Removed precompiled header file type (gch) from gitignore per reviewer request * Update keyboards/converter/adb_usb/matrix.c Changed instances of matrix_init_quantum to matrix_scan_quantum. * Update keyboards/converter/adb_usb/matrix.c Co-Authored-By: 13-bit <pete@13bit.me>