diff --git a/ion/src/device/keyboard.cpp b/ion/src/device/keyboard.cpp index 2f5492367..15cd3cf27 100644 --- a/ion/src/device/keyboard.cpp +++ b/ion/src/device/keyboard.cpp @@ -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];