From 2a77389b1a6a3725fddd8383cd6205b50ac24cac Mon Sep 17 00:00:00 2001 From: sago35 Date: Thu, 12 Oct 2023 08:33:27 +0900 Subject: [PATCH] Change to use Shifter.Read8Input --- kbshifter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbshifter.go b/kbshifter.go index 0ab206c..44fe081 100644 --- a/kbshifter.go +++ b/kbshifter.go @@ -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()