From 7bfc2a367df91ad6cc701f8490b4b8346a1512b4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 4 Apr 2023 15:20:10 +1000 Subject: Move 65% layouts to data driven (#20308) --- keyboards/matrix/noah/noah.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/matrix/noah/noah.c') diff --git a/keyboards/matrix/noah/noah.c b/keyboards/matrix/noah/noah.c index 44450229a1..671d272d85 100644 --- a/keyboards/matrix/noah/noah.c +++ b/keyboards/matrix/noah/noah.c @@ -2,7 +2,7 @@ * noah.c */ -#include "noah.h" +#include "quantum.h" void bootloader_jump(void) { // This board doesn't use the standard DFU bootloader, and no information is available regarding how to enter bootloader mode. All we can do here is reset. -- cgit v1.2.3