Skip to content

Commit ce00d8d

Browse files
authored
fix language support (#140)
1 parent b99ddf3 commit ce00d8d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

code.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44
# Pico and Pico W board support
55

66

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-
197
import supervisor
208

219

0 commit comments

Comments
 (0)