7 lines
155 B
Python
7 lines
155 B
Python
|
from kmk.firmware import Firmware as _Firmware
|
||
|
from kmk.hid import CircuitPythonUSB_HID
|
||
|
|
||
|
|
||
|
class Firmware(_Firmware):
|
||
|
hid_helper = CircuitPythonUSB_HID
|