[Keyboard] Fix matrix delay on Drop boards (#13671)

master
Drashna Jaelre 2021-07-23 15:36:39 -07:00 committed by GitHub
parent 8f1ebdb718
commit e35672169e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Temporary solution for matrix delay */
void matrix_output_select_delay(void) { matrix_io_delay(); }
void matrix_output_unselect_delay(void) { }
void matrix_output_unselect_delay(uint8_t line, bool key_pressed) {}

View File

@ -18,4 +18,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Temporary solution for matrix delay */
void matrix_output_select_delay(void) { matrix_io_delay(); }
void matrix_output_unselect_delay(void) { }
void matrix_output_unselect_delay(uint8_t line, bool key_pressed) {}