File tree
4 files changed
+13
-11
lines changed- frozen
- ports/stm/common-hal/alarm
4 files changed
+13
-11
lines changedSubmodule 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: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 |
| |
38 |
| - | |
| 40 | + | |
39 | 41 |
| |
40 |
| - | |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
|
0 commit comments