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/rev1_led/config.h | |
parent | 6cdc6e8397a210a319c45c434eb21bcd136c5f3d (diff) | |
download | qmk_firmware-e12151f15e49191b48d88eb428e010dc020fbc14.tar.gz |
Keyboard: Clean up Iris files (#3640)
Diffstat (limited to 'keyboards/iris/rev1_led/config.h')
-rw-r--r-- | keyboards/iris/rev1_led/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/iris/rev1_led/config.h b/keyboards/iris/rev1_led/config.h index 957776022..18d783ae7 100644 --- a/keyboards/iris/rev1_led/config.h +++ b/keyboards/iris/rev1_led/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 |