Vendor HID (#446)

* introduces vendor HID

* updates workflows with new feature

* feature renaming and variant covering
This commit is contained in:
kaczmarczyck
2022-03-15 14:41:48 +01:00
committed by GitHub
parent 7e7d5e38a1
commit 0b564d4a8a
11 changed files with 222 additions and 12 deletions

View File

@@ -1057,6 +1057,13 @@ if __name__ == "__main__":
dest="features",
help=("Compiles the OpenSK application with support for nfc."),
)
main_parser.add_argument(
"--vendor-hid",
action="append_const",
const="vendor_hid",
dest="features",
help=("Compiles the OpenSK application to support two HID usage pages."),
)
main_parser.add_argument(
"--regen-keys",
action="store_true",