diff options
Diffstat (limited to 'keyboards/3w6/rev2/matrix.c')
-rw-r--r-- | keyboards/3w6/rev2/matrix.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/3w6/rev2/matrix.c b/keyboards/3w6/rev2/matrix.c index c47c24e1dc..49cb09a9f8 100644 --- a/keyboards/3w6/rev2/matrix.c +++ b/keyboards/3w6/rev2/matrix.c @@ -24,7 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * to repeating that information all over the place. */ -#include QMK_KEYBOARD_H +#include "matrix.h" +#include "debug.h" +#include "wait.h" #include "i2c_master.h" extern i2c_status_t tca9555_status; |