[Keyboard] Fix matrix delay on Drop boards (#13671)
This commit is contained in:
parent
8f1ebdb718
commit
e35672169e
2 changed files with 2 additions and 2 deletions
|
@ -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) {}
|
||||
|
|
|
@ -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) {}
|
||||
|
|
Loading…
Reference in a new issue