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 310b148 commit a8864afCopy full SHA for a8864af
targets/sgkey/main.go
@@ -11,7 +11,6 @@ import (
11
"time"
12
13
keyboard "github.com/sago35/tinygo-keyboard"
14
- "github.com/sago35/tinygo-keyboard/keycodes"
15
jp "github.com/sago35/tinygo-keyboard/keycodes/japanese"
16
"tinygo.org/x/drivers/ssd1306"
17
"tinygo.org/x/tinydraw"
@@ -71,7 +70,7 @@ func run() error {
71
70
72
mk := d.AddMatrixKeyboard(colPins, rowPins, [][]keyboard.Keycode{
73
{
74
- keycodes.KeyMacro0, keycodes.KeyMacro1, keycodes.KeyMacro2,
+ jp.KeyMacro0, jp.KeyMacro1, jp.KeyMacro2,
75
jp.KeyY, jp.KeyG, jp.KeyO,
76
},
77
})
0 commit comments