]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/config.h
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / keyboards / lets_split / config.h
index 6d72542423854d6d783c62d816817ee84f10f82a..cfb6bf4ffccde389145dd8891aff0b6ff8720faa 100644 (file)
@@ -16,19 +16,6 @@ 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"
-
-#ifdef SUBPROJECT_rev1
-    #include "rev1/config.h"
-#endif
-#ifdef SUBPROJECT_rev2
-    #include "rev2/config.h"
-#endif
-#ifdef SUBPROJECT_sockets
-    #include "sockets/config.h"
-#endif
-
-#endif