From eeb64437673c0f5c16f0ddf1e2a8362be81b615a Mon Sep 17 00:00:00 2001
From: Balz Guenat
Date: Tue, 12 Dec 2017 03:05:12 +0100
Subject: actuation point adjustment for fc980c and fc660c (#2134)
* add i2c lib submodule
* add actuation point adjustment to fc980c
* add actuation point adjustment to fc660c also.
* use https for i2c submodule
* move to existing i2c lib
* properly remove old submodule
* oops, forgot some files for the fc660c
---
keyboards/fc660c/matrix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'keyboards/fc660c/matrix.c')
diff --git a/keyboards/fc660c/matrix.c b/keyboards/fc660c/matrix.c
index 211506fdf3..69a96b9792 100644
--- a/keyboards/fc660c/matrix.c
+++ b/keyboards/fc660c/matrix.c
@@ -21,7 +21,7 @@ along with this program. If not, see .
*/
#include
#include
-#include
+#include "wait.h"
#include "print.h"
#include "debug.h"
#include "util.h"
--
cgit v1.2.3