From f28f85a4b170dcb86f3e878697554eab949d8bcd Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 28 Sep 2018 00:13:39 +0200 Subject: [PATCH] Add a description, and drop OneShot leftovers Fixes #1. Signed-off-by: Gergely Nagy --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fd3a343..99ef3c45 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,10 @@ [st:broken]: https://img.shields.io/badge/broken-X-black.svg?style=flat&colorA=e05d44&colorB=494e52 [st:experimental]: https://img.shields.io/badge/experimental----black.svg?style=flat&colorA=dfb317&colorB=494e52 -... +USB-Quirks provides a few methods to deal with more obscure parts of the USB spec, such as changing between `Boot` and `Report` protocols. These are in a separate plugin, because these features are not part of the USB spec, and are often workarounds for various issues. See the provided methods for more information about what they're useful for. ## Using the plugin -After adding one-shot keys to the keymap, all one needs to do, is enable the -plugin: - ```c++ #include #include