summaryrefslogtreecommitdiff
path: root/keyboards/hadron/ver0
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/ver0
parent31afdd81a1e7cdb8808c8eb32e0ebe69c3d15f5c (diff)
Optimize size of Hadron keyboard
Diffstat (limited to 'keyboards/hadron/ver0')
-rw-r--r--keyboards/hadron/ver0/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/hadron/ver0/config.h b/keyboards/hadron/ver0/config.h
index 039d4f1c71..2157a52cee 100644
--- a/keyboards/hadron/ver0/config.h
+++ b/keyboards/hadron/ver0/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 VER0_CONFIG_H
-#define VER0_CONFIG_H
-
-#include "../config.h"
+#pragma once
/* USB Device descriptor parameter */
#define DEVICE_VER 0x0001
@@ -32,4 +29,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define UNUSED_PINS
-#endif
+