File tree
143 files changed
+2055
-7764
lines changed- .github/workflows
- docs
- frozen
- locale
- ports
- atmel-samd
- asf4_conf
- samd21
- samd51
- same51
- same54
- boards
- 8086_commander
- adafruit_neokey_trinkey_m0
- adafruit_proxlight_trinkey_m0
- adafruit_rotary_trinkey_m0
- adafruit_slide_trinkey_m0
- arduino_mkr1300
- arduino_mkrzero
- arduino_nano_33_iot
- arduino_zero
- bast_pro_mini_m0
- bdmicro_vina_d21
- blm_badge
- catwan_usbstick
- circuitbrains_basic_m0
- circuitplayground_express
- circuitplayground_express_crickit
- circuitplayground_express_displayio
- cp_sapling_m0
- cp_sapling_m0_revb
- cp_sapling_m0_spiflash
- datum_distance
- datum_imu
- datum_light
- datum_weather
- dynalora_usb
- dynossat_edu_eps
- dynossat_edu_obc
- escornabot_makech
- feather_m0_adalogger
- feather_m0_basic
- feather_m0_express
- feather_m0_express_crickit
- feather_m0_rfm69
- feather_m0_rfm9x
- feather_m0_supersized
- feather_m4_can
- feather_m4_express
- feather_radiofruit_zigbee
- fluff_m0
- gemma_m0
- hallowing_m0_express
- huntercat_nfc
- itsybitsy_m0_express
- kicksat-sprite
- meowmeow
- metro_m0_express
- ndgarage_ndbit6
- ndgarage_ndbit6_v2
- neopixel_trinkey_m0
- pewpew10
- picoplanet
- pirkey_m0
- pyruler
- qtpy_m0
- qtpy_m0_haxpress
- sam32
- seeeduino_wio_terminal
- seeeduino_xiao
- sensebox_mcu
- serpente
- shirtty
- silicognition-m4-shim
- snekboard
- sparkfun_lumidrive
- sparkfun_qwiic_micro_no_flash
- sparkfun_qwiic_micro_with_flash
- sparkfun_redboard_turbo
- sparkfun_samd21_dev
- sparkfun_samd21_mini
- stackrduino_m0_pro
- stringcar_m0_express
- trinket_m0
- trinket_m0_haxpress
- uchip
- ugame10
- xinabox_cc03
- xinabox_cs11
- common-hal/audiobusio
- cxd56
- esp32s2
- litex
- mimxrt10xx
- nrf
- bluetooth
- boards/pca10100
- supervisor
- raspberrypi
- stm
- boards
- espruino_pico
- stm32f411ce_blackpill_with_flash
- py
- supervisor
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+2055
-7764
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 |
| - | |
249 | 248 |
| |
250 | 249 |
| |
251 | 250 |
| |
|
Lines changed: 1 addition & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
| 65 | + |
Lines 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: 31 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 |
| |
91 | 95 |
| |
92 | 96 |
| |
| |||
99 | 103 |
| |
100 | 104 |
| |
101 | 105 |
| |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
102 | 110 |
| |
103 | 111 |
| |
104 | 112 |
| |
| |||
604 | 612 |
| |
605 | 613 |
| |
606 | 614 |
| |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
607 | 620 |
| |
608 | 621 |
| |
609 | 622 |
| |
| |||
646 | 659 |
| |
647 | 660 |
| |
648 | 661 |
| |
649 |
| - | |
| 662 | + | |
650 | 663 |
| |
651 | 664 |
| |
652 | 665 |
| |
| |||
1576 | 1589 |
| |
1577 | 1590 |
| |
1578 | 1591 |
| |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
1579 | 1597 |
| |
1580 | 1598 |
| |
1581 | 1599 |
| |
| |||
2184 | 2202 |
| |
2185 | 2203 |
| |
2186 | 2204 |
| |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
2187 | 2213 |
| |
2188 | 2214 |
| |
2189 | 2215 |
| |
| |||
3497 | 3523 |
| |
3498 | 3524 |
| |
3499 | 3525 |
| |
| 3526 | + | |
| 3527 | + | |
| 3528 | + | |
| 3529 | + | |
3500 | 3530 |
| |
3501 | 3531 |
| |
3502 | 3532 |
| |
|
Lines changed: 48 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
| 98 | + | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
302 | 306 |
| |
303 | 307 |
| |
304 | 308 |
| |
| |||
500 | 504 |
| |
501 | 505 |
| |
502 | 506 |
| |
503 |
| - | |
504 | 507 |
| |
505 | 508 |
| |
506 | 509 |
| |
507 | 510 |
| |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
508 | 516 |
| |
509 | 517 |
| |
510 | 518 |
| |
| |||
517 | 525 |
| |
518 | 526 |
| |
519 | 527 |
| |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
520 | 542 |
| |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
521 | 549 |
| |
522 | 550 |
| |
523 | 551 |
| |
| |||
527 | 555 |
| |
528 | 556 |
| |
529 | 557 |
| |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
530 | 563 |
| |
531 | 564 |
| |
532 | 565 |
| |
| |||
586 | 619 |
| |
587 | 620 |
| |
588 | 621 |
| |
589 |
| - | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
590 | 630 |
| |
591 | 631 |
| |
592 | 632 |
| |
| |||
640 | 680 |
| |
641 | 681 |
| |
642 | 682 |
| |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
643 | 687 |
| |
644 | 688 |
| |
645 | 689 |
| |
|
0 commit comments