Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CI] Format code according to conventions (#12277) | github-actions[bot] | 2021-03-18 | 1 | -1/+1 |
| | | | Co-authored-by: QMK Bot <hello@qmk.fm> | ||||
* | XT converter cleanup (#12264) | Ryan | 2021-03-18 | 1 | -18/+21 |
| | |||||
* | Change include guards in tmk_core/ and drivers/ to pragma once (#11240) | Ryan | 2020-12-26 | 1 | -4/+1 |
| | |||||
* | clang-format changes | skullY | 2019-08-30 | 1 | -27/+29 |
| | |||||
* | Keyboard: Port of TMK XT USB Converter (#3619) | markspanbroek | 2018-10-22 | 1 | -0/+71 |
* 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 |