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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/matrix/noah/matrix.c b/keyboards/matrix/noah/matrix.c
index 737f570c1..211520436 100644
--- a/keyboards/matrix/noah/matrix.c
+++ b/keyboards/matrix/noah/matrix.c
@@ -5,11 +5,11 @@
5#include <stdint.h> 5#include <stdint.h>
6#include <stdbool.h> 6#include <stdbool.h>
7#include <string.h> 7#include <string.h>
8#include "hal.h" 8#include <hal.h>
9#include "quantum.h" 9#include "quantum.h"
10#include "timer.h" 10#include "timer.h"
11#include "wait.h" 11#include "wait.h"
12#include "printf.h" 12#include "print.h"
13#include "matrix.h" 13#include "matrix.h"
14 14
15/** 15/**