summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/rev3_teensy/rev3_teensy.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/rev3_teensy/rev3_teensy.h')
-rw-r--r--keyboards/orthodox/rev3_teensy/rev3_teensy.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/orthodox/rev3_teensy/rev3_teensy.h b/keyboards/orthodox/rev3_teensy/rev3_teensy.h
index 0081a0df0..783dfb34b 100644
--- a/keyboards/orthodox/rev3_teensy/rev3_teensy.h
+++ b/keyboards/orthodox/rev3_teensy/rev3_teensy.h
@@ -19,8 +19,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 REV3_TEENSY_H
-#define REV3_TEENSY_H
+#pragma once
#include "orthodox.h"
@@ -42,6 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{ R18, R17, R16, R15, R14, R13, R12, KC_NO, R10 }, \
{ R28, R27, R26, R25, R24, R23, R22, R21, R20 } \
}
-
-#endif
-