summaryrefslogtreecommitdiffstats
path: root/keyboards/k_type/halconf.h
AgeCommit message (Collapse)AuthorFilesLines
2018-04-16Add a custom USB driver for ARM (#2750)fredizzimo1-1/+1
* Copy Chibios serial_usb_driver into the chibios/protocol It's renamed to usb_driver to avoid name conflicts * Make the usb driver compile * Disable ChibiOS serial usb driver for all keyboards * Change usb_main to use QMKUSBDriver * Initialize the usb driver buffers * Add support for fixed size queues * Fix USB driver initialization * Don't transfer an empty packet for fixed size streams
2018-02-12Set unused USB serial buffer to 1 byte to save memoryFred Sundvik1-1/+1
2017-12-14Initial K-Type support (#1963)Kaleb Elwert1-0/+353
* Initial K-Type support * Copy PJRC_TEENSY_3_1 to work around watchdog issues * K-Type: Remove bootloader offset in rules.mk * Ensure matrix and scan quantum functions are called when needed This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4