X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Flets_split%2Fconfig.h;h=cfb6bf4ffccde389145dd8891aff0b6ff8720faa;hb=bbd3e0533587c623bd9dd6e6db3b151faa55fda3;hp=116a7f803e34f758f04e20412f6e2b675cd1d42b;hpb=f5f7dfa0647bac09c60cbf0247d46f3fedb43a9c;p=qmk_firmware.git diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h index 116a7f803..cfb6bf4ff 100644 --- a/keyboards/lets_split/config.h +++ b/keyboards/lets_split/config.h @@ -1,5 +1,6 @@ /* Copyright 2012 Jun Wako +Copyright 2015 Jack Humbert This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,16 +16,6 @@ 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" - -#ifdef SUBPROJECT_rev1 - #include "rev1/config.h" -#endif -#ifdef SUBPROJECT_rev2 - #include "rev2/config.h" -#endif - -#endif