summaryrefslogtreecommitdiffstats
path: root/keyboards/iris/rev1
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-08-13 21:38:49 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-13 21:38:49 +0200
commite12151f15e49191b48d88eb428e010dc020fbc14 (patch)
treed4357fe7c8cdd287d86538134eefc74be744e2f9 /keyboards/iris/rev1
parent6cdc6e8397a210a319c45c434eb21bcd136c5f3d (diff)
downloadqmk_firmware-e12151f15e49191b48d88eb428e010dc020fbc14.tar.gz
qmk_firmware-e12151f15e49191b48d88eb428e010dc020fbc14.tar.xz
Keyboard: Clean up Iris files (#3640)
Diffstat (limited to 'keyboards/iris/rev1')
-rw-r--r--keyboards/iris/rev1/config.h5
-rw-r--r--keyboards/iris/rev1/rev1.c1
-rw-r--r--keyboards/iris/rev1/rev1.h5
3 files changed, 2 insertions, 9 deletions
diff --git a/keyboards/iris/rev1/config.h b/keyboards/iris/rev1/config.h
index c22d49b26..fd9b2ced3 100644
--- a/keyboards/iris/rev1/config.h
+++ b/keyboards/iris/rev1/config.h
@@ -15,8 +15,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 REV1_CONFIG_H
-#define REV1_CONFIG_H
+#pragma once
#include QMK_KEYBOARD_CONFIG_H
@@ -86,5 +85,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
-#endif
diff --git a/keyboards/iris/rev1/rev1.c b/keyboards/iris/rev1/rev1.c
index 3fdfaa94b..fe91fa3ea 100644
--- a/keyboards/iris/rev1/rev1.c
+++ b/keyboards/iris/rev1/rev1.c
@@ -1,6 +1,5 @@
#include "rev1.h"
-
#ifdef SSD1306OLED
void led_set_kb(uint8_t usb_led) {
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
diff --git a/keyboards/iris/rev1/rev1.h b/keyboards/iris/rev1/rev1.h
index 4db6bd197..da5c9cdc0 100644
--- a/keyboards/iris/rev1/rev1.h
+++ b/keyboards/iris/rev1/rev1.h
@@ -1,5 +1,4 @@
-#ifndef REV1_H
-#define REV1_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