File tree
3 files changed
+6
-5
lines changed- docs
- frozen
- py
3 files changed
+6
-5
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
| 159 | + | |
159 | 160 |
| |
160 | 161 |
| |
161 | 162 |
| |
|
Submodule Adafruit_CircuitPython_HID updated 33 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+34
- .pylintrc+7-4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst-19
- README.rst.license+3
- adafruit_hid/__init__.py+3-21
- adafruit_hid/consumer_control.py+36-23
- adafruit_hid/consumer_control_code.py+3-24
- adafruit_hid/keyboard.py+37-21
- adafruit_hid/keyboard_layout_us.py+2-21
- adafruit_hid/keycode.py+3-22
- adafruit_hid/mouse.py+2-21
- docs/_static/favicon.ico.license+3
- docs/api.rst-3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst+2-2
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/gamepad.py+5-25
- examples/hid_joywing_gamepad.py+4-1
- examples/hid_keyboard_shortcuts.py+4-1
- examples/hid_simple_gamepad.py+4-1
- examples/hid_simpletest.py+3
- requirements.txt+4
- setup.py+4
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 |
| - | |
336 |
| - | |
| 335 | + | |
| 336 | + | |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
|
0 commit comments