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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/the_ruler/the_ruler.h b/keyboards/the_ruler/the_ruler.h
deleted file mode 100644
index 171d21a072..0000000000
--- a/keyboards/the_ruler/the_ruler.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT( \
- K00, K01, K02, K03, K04, K05 ) { \
- { K00, K01, K02, K03, K04, K05 } \
-}