summaryrefslogtreecommitdiff
path: root/keyboards/ergotravel/ergotravel.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-15 08:31:26 -0700
committerJack Humbert <jack.humb@gmail.com>2018-10-15 12:21:28 -0400
commitd7dea0e6d9a6e9a8ed7e760a996aac8f89560a5b (patch)
treee8949032e4dab040423fc9b773f1e6eb1a39ce29 /keyboards/ergotravel/ergotravel.h
parent533f6848875feb10d3944c1f41ff51060bcdabf2 (diff)
Fix ErgoTravel Board
It was not properly including the "config_common" files, and was causing it to break on the configurator. Additionally, updated this to use the split common code.
Diffstat (limited to 'keyboards/ergotravel/ergotravel.h')
-rw-r--r--keyboards/ergotravel/ergotravel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/ergotravel/ergotravel.h b/keyboards/ergotravel/ergotravel.h
index 10bc4e2bb9..7201db788d 100644
--- a/keyboards/ergotravel/ergotravel.h
+++ b/keyboards/ergotravel/ergotravel.h
@@ -1,5 +1,4 @@
-#ifndef ERGOTRAVEL_H
-#define ERGOTRAVEL_H
+#pragma once
#ifdef KEYBOARD_ergotravel_rev1
#include "rev1.h"
@@ -21,4 +20,3 @@
KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35 \
)
-#endif \ No newline at end of file