summaryrefslogtreecommitdiffstats
path: root/keyboards/hadron/ver2
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-09-28 16:09:46 +0200
committerJack Humbert <jack.humb@gmail.com>2018-09-28 16:22:08 +0200
commita4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14 (patch)
tree4b32a48282643f8067682cc4d92b705ce5b12abc /keyboards/hadron/ver2
parent31afdd81a1e7cdb8808c8eb32e0ebe69c3d15f5c (diff)
downloadqmk_firmware-a4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14.tar.gz
qmk_firmware-a4bdab68370bc1497a7d5aa32d05bd8a6b3c3c14.tar.xz
Optimize size of Hadron keyboard
Diffstat (limited to 'keyboards/hadron/ver2')
-rw-r--r--keyboards/hadron/ver2/config.h7
-rw-r--r--keyboards/hadron/ver2/rules.mk2
2 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/hadron/ver2/config.h b/keyboards/hadron/ver2/config.h
index 71a0ab5b3..5ee3f931f 100644
--- a/keyboards/hadron/ver2/config.h
+++ b/keyboards/hadron/ver2/config.h
@@ -14,10 +14,7 @@ GNU General Public License for more details.
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 VER2_CONFIG_H
-#define VER2_CONFIG_H
-
-#include "../config.h"
+#pragma once
/* USB Device descriptor parameter */
#define DEVICE_VER 0x0002
@@ -32,4 +29,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define UNUSED_PINS
-#endif
+
diff --git a/keyboards/hadron/ver2/rules.mk b/keyboards/hadron/ver2/rules.mk
index a3952a5d3..521493b3d 100644
--- a/keyboards/hadron/ver2/rules.mk
+++ b/keyboards/hadron/ver2/rules.mk
@@ -1 +1 @@
-#AUDIO_ENABLE ?= yes # Audio output on port C6 \ No newline at end of file
+#AUDIO_ENABLE = yes # Audio output on port C6