aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hadron/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-09-28 07:09:46 -0700
committerJack Humbert <jack.humb@gmail.com>2018-09-28 10:22:08 -0400
commita4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14 (patch)
tree4b32a48282643f8067682cc4d92b705ce5b12abc /keyboards/hadron/config.h
parent31afdd81a1e7cdb8808c8eb32e0ebe69c3d15f5c (diff)
downloadqmk_firmware-a4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14.tar.gz
qmk_firmware-a4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14.zip
Optimize size of Hadron keyboard
Diffstat (limited to 'keyboards/hadron/config.h')
-rw-r--r--keyboards/hadron/config.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/keyboards/hadron/config.h b/keyboards/hadron/config.h
index 0c19d6c79..9111ad727 100644
--- a/keyboards/hadron/config.h
+++ b/keyboards/hadron/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
@@ -30,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
30 29
31 30
32 31
33//#define AUDIO_VOICES 32//#define AUDIO_VOICES
34 33
35//#define BACKLIGHT_PIN B7 34//#define BACKLIGHT_PIN B7
36 35
@@ -71,13 +70,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
71//#define NO_ACTION_LAYER 70//#define NO_ACTION_LAYER
72//#define NO_ACTION_TAPPING 71//#define NO_ACTION_TAPPING
73//#define NO_ACTION_ONESHOT 72//#define NO_ACTION_ONESHOT
74//#define NO_ACTION_MACRO 73#define NO_ACTION_MACRO
75//#define NO_ACTION_FUNCTION 74#define NO_ACTION_FUNCTION
76#ifdef SUBPROJECT_ver0 75
77 #include "ver0/config.h" 76
78#endif
79#ifdef SUBPROJECT_ver2
80 #include "ver2/config.h"
81#endif
82
83#endif