Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
PercyJW-2 committed Oct 7, 2024
2 parents 094577e + 0a7da42 commit 8f1eb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ func (d *Device) Loop(ctx context.Context) error {
cont = false
continue
case <-ticker:
default:
}

err := d.Tick()
Expand Down
2 changes: 2 additions & 0 deletions rgb.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build tinygo

package keyboard

import (
Expand Down

0 comments on commit 8f1eb30

Please sign in to comment.