diff options
author | Danny <nooges@users.noreply.github.com> | 2018-08-13 15:38:49 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-13 12:38:49 -0700 |
commit | e12151f15e49191b48d88eb428e010dc020fbc14 (patch) | |
tree | d4357fe7c8cdd287d86538134eefc74be744e2f9 /keyboards/iris/rev2/rev2.h | |
parent | 6cdc6e8397a210a319c45c434eb21bcd136c5f3d (diff) |
Keyboard: Clean up Iris files (#3640)
Diffstat (limited to 'keyboards/iris/rev2/rev2.h')
-rw-r--r-- | keyboards/iris/rev2/rev2.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/iris/rev2/rev2.h b/keyboards/iris/rev2/rev2.h index d581b346d1..da5c9cdc03 100644 --- a/keyboards/iris/rev2/rev2.h +++ b/keyboards/iris/rev2/rev2.h @@ -1,5 +1,4 @@ -#ifndef REV2_H -#define REV2_H +#pragma once #include "iris.h" @@ -36,5 +35,3 @@ { R35, R34, R33, R32, R31, R30 }, \ { KC_NO, KC_NO, RT4, RT1, RT2, RT3 } \ } - -#endif |