diff options
Diffstat (limited to 'keyboards/matrix')
| -rw-r--r-- | keyboards/matrix/m20add/boards/m20add_bd/board.c | 4 | ||||
| -rw-r--r-- | keyboards/matrix/noah/boards/noah_bd/board.c | 4 | ||||
| -rw-r--r-- | keyboards/matrix/noah/matrix.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/matrix/m20add/boards/m20add_bd/board.c b/keyboards/matrix/m20add/boards/m20add_bd/board.c index 68cf23cdd..95d9045a0 100644 --- a/keyboards/matrix/m20add/boards/m20add_bd/board.c +++ b/keyboards/matrix/m20add/boards/m20add_bd/board.c | |||
| @@ -19,8 +19,8 @@ | |||
| 19 | * generator plugin. Do not edit manually. | 19 | * generator plugin. Do not edit manually. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include "hal.h" | 22 | #include <hal.h> |
| 23 | #include "stm32_gpio.h" | 23 | #include <stm32_gpio.h> |
| 24 | 24 | ||
| 25 | /*===========================================================================*/ | 25 | /*===========================================================================*/ |
| 26 | /* Driver local definitions. */ | 26 | /* Driver local definitions. */ |
diff --git a/keyboards/matrix/noah/boards/noah_bd/board.c b/keyboards/matrix/noah/boards/noah_bd/board.c index 68cf23cdd..95d9045a0 100644 --- a/keyboards/matrix/noah/boards/noah_bd/board.c +++ b/keyboards/matrix/noah/boards/noah_bd/board.c | |||
| @@ -19,8 +19,8 @@ | |||
| 19 | * generator plugin. Do not edit manually. | 19 | * generator plugin. Do not edit manually. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include "hal.h" | 22 | #include <hal.h> |
| 23 | #include "stm32_gpio.h" | 23 | #include <stm32_gpio.h> |
| 24 | 24 | ||
| 25 | /*===========================================================================*/ | 25 | /*===========================================================================*/ |
| 26 | /* Driver local definitions. */ | 26 | /* Driver local definitions. */ |
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 | /** |
