]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add the ability to disable the USB startup check for Chibios
authoryiancar <yiangosyiangou@cytanet.com.cy>
Fri, 24 Aug 2018 12:38:31 +0000 (15:38 +0300)
committerJack Humbert <jack.humb@gmail.com>
Wed, 5 Sep 2018 13:42:04 +0000 (09:42 -0400)
commit73a3399d0ef7e06db70fc2964a3f2a35e9aca25d
treedf36ad4301d9eb93ee051d023bafaf2fccab90eb
parent1a907a1627796468c5d93c091168fede5893bbc7
Add the ability to disable the USB startup check for Chibios

- Added support for NO_USB_STARTUP_CHECK. This allows the keyboard do function and not get stuck in a SUSPENDED state loop in case of no USB connection.
- Added support for WAIT_FOR_USB. In LUFA no keyboard has this flag enable therefor no keyboard waits for usb to be active.
- Added documentation for both configuration flags as they were missing.
docs/config_options.md
tmk_core/protocol/chibios/main.c