diff options
Diffstat (limited to 'keyboards/ergodox_infinity/matrix.c')
-rw-r--r-- | keyboards/ergodox_infinity/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_infinity/matrix.c b/keyboards/ergodox_infinity/matrix.c index 941367a36..7baacd24d 100644 --- a/keyboards/ergodox_infinity/matrix.c +++ b/keyboards/ergodox_infinity/matrix.c | |||
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
18 | #include <stdint.h> | 18 | #include <stdint.h> |
19 | #include <stdbool.h> | 19 | #include <stdbool.h> |
20 | #include <string.h> | 20 | #include <string.h> |
21 | #include "hal.h" | 21 | #include <hal.h> |
22 | #include "timer.h" | 22 | #include "timer.h" |
23 | #include "wait.h" | 23 | #include "wait.h" |
24 | #include "print.h" | 24 | #include "print.h" |