summaryrefslogtreecommitdiffstats
path: root/keyboards/minidox/rev1/rev1.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/minidox/rev1/rev1.h')
-rw-r--r--keyboards/minidox/rev1/rev1.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/minidox/rev1/rev1.h b/keyboards/minidox/rev1/rev1.h
index 5d32b05d41..bfa0e5fcc0 100644
--- a/keyboards/minidox/rev1/rev1.h
+++ b/keyboards/minidox/rev1/rev1.h
@@ -1,7 +1,4 @@
-#ifndef REV1_H
-#define REV1_H
-
-#include "../minidox.h"
+#pragma once
#include "quantum.h"
@@ -24,5 +21,3 @@
{ k61, k62, k63, k64, k65 }, \
{ ___, ___, k73, k74, k75 } \
}
-
-#endif