summaryrefslogtreecommitdiff
path: root/keyboards/lets_split_eh/lets_split_eh.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-08-15 22:01:34 +0100
committerGitHub <noreply@github.com>2019-08-15 22:01:34 +0100
commitfadb69e2031a259248dd575384da8846ba0c2aa3 (patch)
treed7e7d80b62db0044af127c69b8b90ea6d489b0cc /keyboards/lets_split_eh/lets_split_eh.h
parentee8d9bd40ad4f5b8d23be951d652143582d42938 (diff)
Refactor of lets_split_eh to enable RGB split animations (#6411)
Diffstat (limited to 'keyboards/lets_split_eh/lets_split_eh.h')
-rw-r--r--keyboards/lets_split_eh/lets_split_eh.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/lets_split_eh/lets_split_eh.h b/keyboards/lets_split_eh/lets_split_eh.h
index f3d2cd0d06..51828b09ba 100644
--- a/keyboards/lets_split_eh/lets_split_eh.h
+++ b/keyboards/lets_split_eh/lets_split_eh.h
@@ -1,5 +1,4 @@
-#ifndef LETS_SPLIT_EH_H
-#define LETS_SPLIT_EH_H
+#pragma once
#include "quantum.h"
@@ -23,5 +22,3 @@
)
#define LAYOUT_kc_ortho_4x12 LAYOUT_kc
-
-#endif