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