summaryrefslogtreecommitdiff
path: root/keyboards/clueboard/60/halconf.h
Commit message (Collapse)AuthorAge
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-15
| | | | | | | | | | | | | | | | | | | | * 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
* Set unused USB serial buffer to 1 byte to save memoryFred Sundvik2018-02-12
|
* Reorganize clueboard into a single directory (#1855)skullydazed2017-10-17