summaryrefslogtreecommitdiff
path: root/keyboards/whitefox/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
|
* Whitefox LED control (#1432)Ethan Madden2017-06-25
| | | | | | * use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
* Initial whitefox supportKaleb Elwert2017-01-03