]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/hadron/config.h
Optimize size of Hadron keyboard
[qmk_firmware.git] / keyboards / hadron / config.h
index 0c19d6c7910c825f1519056ce3047c3f042aaa05..9111ad72796758cbd3e164129273ce1af37d94c9 100644 (file)
@@ -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"
 
@@ -30,7 +29,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 
-//#define AUDIO_VOICES 
+//#define AUDIO_VOICES
 
 //#define BACKLIGHT_PIN B7
 
@@ -71,13 +70,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //#define NO_ACTION_LAYER
 //#define NO_ACTION_TAPPING
 //#define NO_ACTION_ONESHOT
-//#define NO_ACTION_MACRO
-//#define NO_ACTION_FUNCTION
-#ifdef SUBPROJECT_ver0
-    #include "ver0/config.h"
-#endif
-#ifdef SUBPROJECT_ver2
-    #include "ver2/config.h"
-#endif
-
-#endif
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
+