summaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/noah.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-04 15:20:10 +1000
committerGitHub <noreply@github.com>2023-04-04 15:20:10 +1000
commit7bfc2a367df91ad6cc701f8490b4b8346a1512b4 (patch)
tree41ed492b974467c924d94c304da7e38b54030d9b /keyboards/matrix/noah/noah.c
parent0e7acb777a75608524fe1de5e0f9359aeec88912 (diff)
Move 65% layouts to data driven (#20308)
Diffstat (limited to 'keyboards/matrix/noah/noah.c')
-rw-r--r--keyboards/matrix/noah/noah.c2
1 files changed, 1 insertions, 1 deletions
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.