diff options
author | Joel Challis <git@zvecr.com> | 2020-01-29 22:33:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 17:33:15 -0500 |
commit | 1249594cf0b09a45f28593c75f9d8f413ccf0424 (patch) | |
tree | 9eeba2cfe8ab6f44d5f4323eb42b3adb52eee7c7 /keyboards/minidox/config.h | |
parent | e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda (diff) |
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.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/minidox/config.h b/keyboards/minidox/config.h index 7502983b6b..b3d375656f 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 |