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/iris.h | |
parent | 6cdc6e8397a210a319c45c434eb21bcd136c5f3d (diff) | |
download | qmk_firmware-e12151f15e49191b48d88eb428e010dc020fbc14.tar.gz |
Keyboard: Clean up Iris files (#3640)
Diffstat (limited to 'keyboards/iris/iris.h')
-rw-r--r-- | keyboards/iris/iris.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/iris/iris.h b/keyboards/iris/iris.h index 56ba15473..8d33b6b21 100644 --- a/keyboards/iris/iris.h +++ b/keyboards/iris/iris.h @@ -1,5 +1,4 @@ -#ifndef IRIS_H -#define IRIS_H +#pragma once #ifdef KEYBOARD_iris_rev1 #include "rev1.h" @@ -26,5 +25,3 @@ KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##LT4, KC_##RT4, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35, \ KC_##LT1, KC_##LT2, KC_##LT3, KC_##RT3, KC_##RT2, KC_##RT1 \ ) - -#endif |