1
0
Fork 0

Keyboard: Ported ADB-to-USB converter from TMK to QMK (#3931)

* 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>
This commit is contained in:
Peter Roe 2018-10-23 13:52:57 -05:00 committed by Drashna Jaelre
parent 572c316e7d
commit 03d16db942
10 changed files with 687 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#include "adb_usb.h"
#include <avr/io.h>
#include "quantum.h"