]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Ported ADB-to-USB converter from TMK to QMK (#3931)
authorPeter Roe <pete@13bit.me>
Tue, 23 Oct 2018 18:52:57 +0000 (13:52 -0500)
committerDrashna Jaelre <drashna@live.com>
Tue, 23 Oct 2018 18:52:57 +0000 (11:52 -0700)
commit03d16db942fe0352cc3b3522a1c778b7e60a4b3a
treeab40e6c3849effc66a77f619c718efbe7704fd29
parent572c316e7dfb0bcd495ce09e068078593fd4ec82
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>
keyboards/converter/adb_usb/README.md [new file with mode: 0644]
keyboards/converter/adb_usb/adb_usb.c [new file with mode: 0644]
keyboards/converter/adb_usb/adb_usb.h [new file with mode: 0644]
keyboards/converter/adb_usb/config.h [new file with mode: 0644]
keyboards/converter/adb_usb/keymaps/13bit/keymap.c [new file with mode: 0644]
keyboards/converter/adb_usb/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/converter/adb_usb/led.c [new file with mode: 0644]
keyboards/converter/adb_usb/led.h [new file with mode: 0644]
keyboards/converter/adb_usb/matrix.c [new file with mode: 0644]
keyboards/converter/adb_usb/rules.mk [new file with mode: 0644]