From 1249594cf0b09a45f28593c75f9d8f413ccf0424 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 29 Jan 2020 22:33:15 +0000 Subject: Refactor minidox to use split_common (#7924) * Initial refactor of minidox to split_common * post rebase fixes --- keyboards/minidox/config.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'keyboards/minidox/config.h') 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 . */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -61,9 +60,3 @@ along with this program. If not, see . //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - -#ifdef SUBPROJECT_rev1 - #include "rev1/config.h" -#endif - -#endif -- cgit v1.2.3