Skip to content

Commit

Permalink
[Keyboard] Fix matrix delay on Drop boards (#13671)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Jul 23, 2021
1 parent 8f1ebdb commit e356721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/massdrop/alt/alt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
2 changes: 1 addition & 1 deletion keyboards/massdrop/ctrl/ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}

0 comments on commit e356721

Please sign in to comment.