Vendor HID (#446)
* introduces vendor HID * updates workflows with new feature * feature renaming and variant covering
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user