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