We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99ddf3 commit ce00d8dCopy full SHA for ce00d8d
code.py
@@ -4,18 +4,6 @@
4
# Pico and Pico W board support
5
6
7
-import usb_hid
8
-from adafruit_hid.keyboard import Keyboard
9
-
10
-# comment out these lines for non_US keyboards
11
-from adafruit_hid.keyboard_layout_us import KeyboardLayoutUS as KeyboardLayout
12
-from adafruit_hid.keycode import Keycode
13
14
-# uncomment these lines for non_US keyboards
15
-# replace LANG with appropriate language
16
-#from keyboard_layout_win_LANG import KeyboardLayout
17
-#from keycode_win_LANG import Keycode
18
19
import supervisor
20
21
0 commit comments