Skip to content

Commit

Permalink
Change to use Shifter.Read8Input
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 committed Oct 11, 2023
1 parent 4083b50 commit 2a77389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbshifter.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (d *ShifterKeyboard) SetCallback(fn Callback) {
}

func (d *ShifterKeyboard) Get() []State {
d.Shifter.ReadInput()
d.Shifter.Read8Input()

for c := 0; c < len(d.Shifter.Pins); c++ {
current := d.Shifter.Pins[c].Get()
Expand Down

0 comments on commit 2a77389

Please sign in to comment.