diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # bootkbd +[![Documentation](https://docs.rs/bootkbd/badge.svg)](https://docs.rs/bootkbd) +[![Testing](https://api.travis-ci.org/repos/bjc/bootkbd.svg?branch=master)](https://travis-ci.org/bjc/bootkbd) + This is a (very) simple USB host-side driver for boot-protocol keyboards using the [usb-host](https://github.com/bjc/usb-host) trait library. |