summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/adb_usb/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-141-6/+0
|
* Remove `DESCRIPTION`, B-D (#11513)Ryan2021-01-151-1/+0
|
* Keyboard: Ported ADB-to-USB converter from TMK to QMK (#3931)Peter Roe2018-10-231-0/+43
* 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>