summaryrefslogtreecommitdiffstats
path: root/keyboards/2key2crawl/2key2crawl.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/2key2crawl/2key2crawl.h')
-rw-r--r--keyboards/2key2crawl/2key2crawl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/2key2crawl/2key2crawl.h b/keyboards/2key2crawl/2key2crawl.h
deleted file mode 100644
index 6e8ee64208..0000000000
--- a/keyboards/2key2crawl/2key2crawl.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT( \
- K00, K01, K02, K03, K15, \
- K10, K11, K12, K13, K14, K16 \
-) { \
- { K00, K01, K02, K03, KC_NO, KC_NO, KC_NO }, \
- { K10, K11, K12, K13, K14, K15, K16 }, \
-}
-