aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/minidox/config.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/config.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/config.h')
-rw-r--r--keyboards/minidox/config.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/minidox/config.h b/keyboards/minidox/config.h
index 7502983b6..b3d375656 100644
--- a/keyboards/minidox/config.h
+++ b/keyboards/minidox/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
@@ -61,9 +60,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
-#ifdef SUBPROJECT_rev1
- #include "rev1/config.h"
-#endif
-
-#endif