Skip to content

Commit

Permalink
Fix matrix.c includes for split boards
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jul 11, 2021
1 parent add3459 commit c47d3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "debounce.h"
#include "quantum.h"
#ifdef SPLIT_KEYBOARD
# include "split_util.h"
# include "transactions.h"
# include "split_common/split_util.h"
# include "split_common/transactions.h"

# ifndef ERROR_DISCONNECT_COUNT
# define ERROR_DISCONNECT_COUNT 5
Expand Down

0 comments on commit c47d3b6

Please sign in to comment.