fix pylint for usb foot switch code
fix pylint for usb foot switch code
This commit is contained in:
parent
1f6908dfd8
commit
8330e4ca2b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ buttonkeys = [
|
|||
]
|
||||
|
||||
# the keyboard object!
|
||||
cc = ConsumerControl(usb_hid.devices) # List of available controls https://circuitpython.readthedocs.io/projects/hid/en/latest/api.html#adafruit-hid-keycode-keycode
|
||||
cc = ConsumerControl(usb_hid.devices)
|
||||
# our array of button objects
|
||||
buttons = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue