summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/adb_usb/led.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrate some tmk_core files to quantum (#11791)Joel Challis2021-02-071-43/+0
| | | | | * Migrate some tmk_core files to quantum * Fix build errors
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-1/+1
|
* 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>