diff options
author | Drashna Jaelre <drashna@live.com> | 2019-01-29 09:09:10 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-05 14:58:42 -0700 |
commit | c9a2d9d1aa8bb5f257954ea0569f707c0ae758b0 (patch) | |
tree | bbe262381470bc1269692e93fada800160ecc9aa /keyboards/orthodox/rev3 | |
parent | a615a2ae93107c5f4ddcb447a562af1a721a00d9 (diff) |
Additional cleanup of orthodox files and keymaps
Diffstat (limited to 'keyboards/orthodox/rev3')
-rw-r--r-- | keyboards/orthodox/rev3/rev3.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/orthodox/rev3/rev3.h b/keyboards/orthodox/rev3/rev3.h index 2be9b9605c..783dfb34b9 100644 --- a/keyboards/orthodox/rev3/rev3.h +++ b/keyboards/orthodox/rev3/rev3.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_H -#define REV3_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 - |