summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/ck4x4/ck4x4.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/ck4x4/ck4x4.h')
-rw-r--r--keyboards/handwired/ck4x4/ck4x4.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/handwired/ck4x4/ck4x4.h b/keyboards/handwired/ck4x4/ck4x4.h
deleted file mode 100644
index 33c1b8dd99..0000000000
--- a/keyboards/handwired/ck4x4/ck4x4.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT( \
- k00, k01, k02, k03, \
- k10, k11, k12, k13, \
- k20, k21, k22, k23, \
- k30, k31, k32, k33 \
-) {\
-{ k00, k01, k02, k03 }, \
-{ k10, k11, k12, k13 }, \
-{ k20, k21, k22, k23 }, \
-{ k30, k31, k32, k33 }, \
-}