summaryrefslogtreecommitdiff
path: root/keyboards/whale/sk/v3/v3.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-27 07:45:43 +1000
committerGitHub <noreply@github.com>2023-04-27 07:45:43 +1000
commit4871f651c5328cc8c16d1ec991f3e865094b24c8 (patch)
treecdcda3f68ab91319bc482f69c008396d66492c8b /keyboards/whale/sk/v3/v3.c
parent67e18c0d6bea880b989104b0a0250c85902b1a75 (diff)
Move remaining `LAYOUT_all`s to data driven (#20463)
Diffstat (limited to 'keyboards/whale/sk/v3/v3.c')
-rw-r--r--keyboards/whale/sk/v3/v3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/whale/sk/v3/v3.c b/keyboards/whale/sk/v3/v3.c
index 30ffc4dcce..4cfb87e401 100644
--- a/keyboards/whale/sk/v3/v3.c
+++ b/keyboards/whale/sk/v3/v3.c
@@ -1,4 +1,4 @@
-#include "v3.h"
+#include "quantum.h"
#if defined(__AVR__)
# include <avr/io.h>