aboutsummaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/noah/matrix.c')
-rw-r--r--keyboards/matrix/noah/matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/matrix/noah/matrix.c b/keyboards/matrix/noah/matrix.c
index 211520436..94a27b181 100644
--- a/keyboards/matrix/noah/matrix.c
+++ b/keyboards/matrix/noah/matrix.c
@@ -3,6 +3,7 @@
3 */ 3 */
4 4
5#include <stdint.h> 5#include <stdint.h>
6#include <stdio.h>
6#include <stdbool.h> 7#include <stdbool.h>
7#include <string.h> 8#include <string.h>
8#include <hal.h> 9#include <hal.h>