aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/minidox/minidox.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-01-29 22:33:15 +0000
committerGitHub <noreply@github.com>2020-01-29 17:33:15 -0500
commit1249594cf0b09a45f28593c75f9d8f413ccf0424 (patch)
tree9eeba2cfe8ab6f44d5f4323eb42b3adb52eee7c7 /keyboards/minidox/minidox.h
parente04c5edaaef88a94c3a0fca257fcc3d2e8e50bda (diff)
downloadfirmware-1249594cf0b09a45f28593c75f9d8f413ccf0424.tar.gz
firmware-1249594cf0b09a45f28593c75f9d8f413ccf0424.tar.bz2
firmware-1249594cf0b09a45f28593c75f9d8f413ccf0424.zip
Refactor minidox to use split_common (#7924)
* Initial refactor of minidox to split_common * post rebase fixes
Diffstat (limited to 'keyboards/minidox/minidox.h')
-rw-r--r--keyboards/minidox/minidox.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/minidox/minidox.h b/keyboards/minidox/minidox.h
index 6e8add206..5d5ca9f50 100644
--- a/keyboards/minidox/minidox.h
+++ b/keyboards/minidox/minidox.h
@@ -1,10 +1,7 @@
-#ifndef MINIDOX_H
-#define MINIDOX_H
+#pragma once
#ifdef KEYBOARD_minidox_rev1
#include "rev1.h"
#endif
#include "quantum.h"
-
-#endif \ No newline at end of file