summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/orthodox.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-01-29 18:09:10 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2019-04-05 23:58:42 +0200
commitc9a2d9d1aa8bb5f257954ea0569f707c0ae758b0 (patch)
treebbe262381470bc1269692e93fada800160ecc9aa /keyboards/orthodox/orthodox.h
parenta615a2ae93107c5f4ddcb447a562af1a721a00d9 (diff)
downloadqmk_firmware-c9a2d9d1aa8bb5f257954ea0569f707c0ae758b0.tar.gz
qmk_firmware-c9a2d9d1aa8bb5f257954ea0569f707c0ae758b0.tar.xz
Additional cleanup of orthodox files and keymaps
Diffstat (limited to 'keyboards/orthodox/orthodox.h')
-rw-r--r--keyboards/orthodox/orthodox.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/orthodox/orthodox.h b/keyboards/orthodox/orthodox.h
index 51c524552..6f8dad60a 100644
--- a/keyboards/orthodox/orthodox.h
+++ b/keyboards/orthodox/orthodox.h
@@ -1,5 +1,6 @@
-#ifndef ORTHODOX_H
-#define ORTHODOX_H
+#pragma once
+
+#include "quantum.h"
#ifdef KEYBOARD_orthodox_rev1
#include "rev1.h"
@@ -25,7 +26,3 @@
{ KC_##LR18, KC_##LR17, KC_##LR16, KC_##LR15, KC_##LR14, KC_##LR13, KC_##LR12, KC_NO, KC_##LR10 }, \
{ KC_##LR28, KC_##LR27, KC_##LR26, KC_##LR25, KC_##LR24, KC_##LR23, KC_##LR22, KC_##LR21, KC_##LR20 } \
}
-
-#include "quantum.h"
-
-#endif