Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 committed Apr 16, 2024
1 parent 47f101c commit ff2dfb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,3 +584,7 @@ func (k *UartTxKeyboard) Down(c k.Keycode) error {
}
return nil
}

func (k *UartTxKeyboard) Write(b []byte) (n int, err error) {
return len(b), nil
}

0 comments on commit ff2dfb9

Please sign in to comment.