summaryrefslogtreecommitdiff
path: root/keyboards/westfoxtrot/prophet/prophet.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-15 21:08:15 +1000
committerGitHub <noreply@github.com>2023-04-15 21:08:15 +1000
commit172a40686b84af7f887350a20c526855c7f7649c (patch)
tree435d6c9a8b06edff988deaa00964629d81d55d64 /keyboards/westfoxtrot/prophet/prophet.c
parenta84528f85392ccab60fd7130fecb83972539367f (diff)
Move single `LAYOUT_all`s to data driven (#20430)
Diffstat (limited to 'keyboards/westfoxtrot/prophet/prophet.c')
-rw-r--r--keyboards/westfoxtrot/prophet/prophet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/westfoxtrot/prophet/prophet.c b/keyboards/westfoxtrot/prophet/prophet.c
index 6fdfd63cdb..4284fa81a6 100644
--- a/keyboards/westfoxtrot/prophet/prophet.c
+++ b/keyboards/westfoxtrot/prophet/prophet.c
@@ -1,4 +1,4 @@
-#include "prophet.h"
+#include "quantum.h"
void keyboard_pre_init_kb (void) {
setPinOutput(B12);