File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- package jp
1
+ package japanese
2
2
3
3
import (
4
4
"machine/usb/hid/keyboard"
Original file line number Diff line number Diff line change 8
8
"machine/usb"
9
9
10
10
keyboard "github.com/sago35/tinygo-keyboard"
11
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
11
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
12
12
)
13
13
14
14
func main () {
Original file line number Diff line number Diff line change 7
7
"machine/usb"
8
8
9
9
keyboard "github.com/sago35/tinygo-keyboard"
10
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
10
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
11
11
"tinygo.org/x/drivers/shifter"
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"machine/usb"
11
11
12
12
keyboard "github.com/sago35/tinygo-keyboard"
13
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
13
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
14
14
"tinygo.org/x/drivers/st7789"
15
15
"tinygo.org/x/tinydraw"
16
16
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"time"
11
11
12
12
keyboard "github.com/sago35/tinygo-keyboard"
13
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
13
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
14
14
pio "github.com/tinygo-org/pio/rp2-pio"
15
15
"github.com/tinygo-org/pio/rp2-pio/piolib"
16
16
"tinygo.org/x/drivers/sh1106"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"time"
11
11
12
12
keyboard "github.com/sago35/tinygo-keyboard"
13
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
13
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
14
14
)
15
15
16
16
func main () {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"time"
11
11
12
12
keyboard "github.com/sago35/tinygo-keyboard"
13
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
13
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
14
14
)
15
15
16
16
func main () {
Original file line number Diff line number Diff line change 9
9
"machine/usb"
10
10
11
11
keyboard "github.com/sago35/tinygo-keyboard"
12
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
12
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
13
13
)
14
14
15
15
func main () {
Original file line number Diff line number Diff line change 9
9
"machine/usb"
10
10
11
11
keyboard "github.com/sago35/tinygo-keyboard"
12
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
12
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
13
13
)
14
14
15
15
func main () {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"machine/usb"
11
11
12
12
keyboard "github.com/sago35/tinygo-keyboard"
13
- "github.com/sago35/tinygo-keyboard/keycodes/jp "
13
+ jp "github.com/sago35/tinygo-keyboard/keycodes/japanese "
14
14
"tinygo.org/x/drivers/ssd1306"
15
15
"tinygo.org/x/tinydraw"
16
16
)
You can’t perform that action at this time.
0 commit comments