summaryrefslogtreecommitdiffstats
path: root/keyboards/the_ruler/the_ruler.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/the_ruler/the_ruler.h')
-rw-r--r--keyboards/the_ruler/the_ruler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/the_ruler/the_ruler.h b/keyboards/the_ruler/the_ruler.h
index 45a327b0dc..171d21a072 100644
--- a/keyboards/the_ruler/the_ruler.h
+++ b/keyboards/the_ruler/the_ruler.h
@@ -1,5 +1,4 @@
-#ifndef THERULER_H
-#define THERULER_H
+#pragma once
#include "quantum.h"
@@ -7,5 +6,3 @@
K00, K01, K02, K03, K04, K05 ) { \
{ K00, K01, K02, K03, K04, K05 } \
}
-
-#endif