Skip to content

Commit 5dcd20e

Browse files
authored
Update boot.py
1 parent bb6d855 commit 5dcd20e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CircuitPython_MacroPad_NKRO/boot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import usb_hid
22

3-
REPORT_ID =0x4
3+
REPORT_ID = 0x4
44
REPORT_BYTES = 16
55
bitmap_keyboard_descriptor = bytes((
66
0x05, 0x01, # Usage Page (Generic Desktop),

0 commit comments

Comments
 (0)