From f6dd8dea2e493dc549a60fee99de871c4088d09a Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 31 Jan 2023 06:03:30 +1100 Subject: Remove usages of config_common.h from config.h files. (#19714) --- quantum/matrix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/matrix.h') diff --git a/quantum/matrix.h b/quantum/matrix.h index f4b81c3b85..4b4210cb0f 100644 --- a/quantum/matrix.h +++ b/quantum/matrix.h @@ -19,6 +19,7 @@ along with this program. If not, see . #include #include +#include "gpio.h" /* diode directions */ #define COL2ROW 0 -- cgit v1.2.3