mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 22:30:30 +01:00
Merge "[ion/device] Fix the slow keyboard issue"
This commit is contained in:
@@ -60,8 +60,6 @@ bool keyDown(Key k) {
|
||||
Device::RowGPIO.ODR()->set(pin, state);
|
||||
}
|
||||
|
||||
msleep(1);
|
||||
|
||||
// Read the input of the proper column
|
||||
uint8_t column = Device::columnForKey(k);
|
||||
uint8_t pin = Device::ColumnPins[column];
|
||||
|
||||
Reference in New Issue
Block a user