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, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/ck4x4/ck4x4.h b/keyboards/handwired/ck4x4/ck4x4.h
new file mode 100644
index 000000000..33c1b8dd9
--- /dev/null
+++ b/keyboards/handwired/ck4x4/ck4x4.h
@@ -0,0 +1,15 @@
+#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 }, \
+}