]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Port of TMK XT USB Converter (#3619)
authormarkspanbroek <mark@spanbroek.net>
Mon, 22 Oct 2018 19:37:03 +0000 (21:37 +0200)
committerDrashna Jaelre <drashna@live.com>
Mon, 22 Oct 2018 19:37:03 +0000 (12:37 -0700)
commit6d7745a110daad815fe5edbb35a2e33702f24aaa
treed18512753edbec9668e8b0b4cdf4f688e2a39971
parentbf57587e6203e3bcabbc161c1d45b9a6cc7abfaa
Keyboard: Port of TMK XT USB Converter (#3619)

* Converter: add XT USB converter from TMK

* Converter: port TMK code for USB converter to QMK

* Apply requested changes after code review by @drashna

- use "pragma once" instead of include guards
- use LAYOUT instead of KEYMAP
- allow customisation with matrix_init_user() and matrix_scan_user()
- set BOOTLOADER instead of BOOTLOADER_SIZE
- Add XT_ENABLE to OPT_DEFS

* Remove unnecessary lines
12 files changed:
keyboards/converter/xt_usb/README.md [new file with mode: 0644]
keyboards/converter/xt_usb/config.h [new file with mode: 0644]
keyboards/converter/xt_usb/keymaps/default/config.h [new file with mode: 0644]
keyboards/converter/xt_usb/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/converter/xt_usb/led.c [new file with mode: 0644]
keyboards/converter/xt_usb/matrix.c [new file with mode: 0644]
keyboards/converter/xt_usb/rules.mk [new file with mode: 0644]
keyboards/converter/xt_usb/xt_usb.c [new file with mode: 0644]
keyboards/converter/xt_usb/xt_usb.h [new file with mode: 0644]
tmk_core/protocol.mk
tmk_core/protocol/xt.h [new file with mode: 0644]
tmk_core/protocol/xt_interrupt.c [new file with mode: 0644]