diff options
| author | Kevin Banks <kevin@firia.com> | 2021-02-04 16:35:42 -0600 |
|---|---|---|
| committer | Kevin Banks <kevin@firia.com> | 2021-02-04 16:35:42 -0600 |
| commit | 1352938504539a649b185ca6b504e85e3d0203d7 (patch) | |
| tree | 42774b842870fd404471f12cff4d89f0f140e6a0 /tools | |
| parent | b6ce29bc1f71fc227a48fe95352357f0f1d29bf9 (diff) | |
Changed URL
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gen_usb_descriptor.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gen_usb_descriptor.py b/tools/gen_usb_descriptor.py index bb4ecda6f..80dddeb00 100644 --- a/tools/gen_usb_descriptor.py +++ b/tools/gen_usb_descriptor.py @@ -22,7 +22,8 @@ ALL_HID_DEVICES_SET=frozenset(ALL_HID_DEVICES.split(',')) # Digitizer works on Linux but conflicts with mouse, so omit it. DEFAULT_HID_DEVICES='KEYBOARD,MOUSE,CONSUMER,GAMEPAD' -DEFAULT_WEBUSB_URL = 'www.circuitpython.org' # In the future, this may become a specific landing page +# In the following URL, don't include the https:// because that prefix gets added automatically +DEFAULT_WEBUSB_URL = 'circuitpython.org' # In the future, this may become a specific landing page parser = argparse.ArgumentParser(description='Generate USB descriptors.') parser.add_argument('--highspeed', default=False, action='store_true', |
