Skip to content

Commit b171919

Browse files
committed
remove junk
1 parent 648078a commit b171919

File tree

1 file changed

+0
-7
lines changed
  • CircuitPython_Tandy1000Keyboard_QTPy_RP2040

1 file changed

+0
-7
lines changed

CircuitPython_Tandy1000Keyboard_QTPy_RP2040/code.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
}
5959
]
6060

61-
# D10 = blue = CN2 = RESET
62-
# D11 = white = CN1 = DATA
63-
# D12 = green = CN3 = CLOCK
64-
# D13 = yellow = CN4 = /BUSY
65-
6661
KBD_NRESET = board.MISO
6762
KBD_DATA = board.RX
6863
KBD_CLOCK = board.SCK # Note that KBD_CLOCK must be 1 GPIO above KBD_DATA
@@ -139,5 +134,3 @@
139134
pass
140135
else:
141136
kbd.release(keycode)
142-
143-
print(kbd.report)

0 commit comments

Comments
 (0)