fix pylint for usb foot switch code

fix pylint for usb foot switch code
This commit is contained in:
Noe Ruiz 2022-02-07 11:53:09 -05:00
parent 1f6908dfd8
commit 8330e4ca2b

View file

@ -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 = []