We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6d855 commit 5dcd20eCopy full SHA for 5dcd20e
1 file changed
CircuitPython_MacroPad_NKRO/boot.py
@@ -1,6 +1,6 @@
1
import usb_hid
2
3
-REPORT_ID =0x4
+REPORT_ID = 0x4
4
REPORT_BYTES = 16
5
bitmap_keyboard_descriptor = bytes((
6
0x05, 0x01, # Usage Page (Generic Desktop),
0 commit comments