summaryrefslogtreecommitdiff
path: root/keyboards/rotr/rotr.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rotr/rotr.h')
-rw-r--r--keyboards/rotr/rotr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/rotr/rotr.h b/keyboards/rotr/rotr.h
deleted file mode 100644
index bf2ff12929..0000000000
--- a/keyboards/rotr/rotr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT( \
- K00, K01, K02 \
-) { \
- { K00, K01, K02 } \
-}