summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/3x4/3x4.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-13 04:58:34 +0000
committerQMK Bot <hello@qmk.fm>2022-07-13 04:58:34 +0000
commit34fec2c07d8ac8129be06cd31d69aa98b21e64dd (patch)
tree35ac68d724e37cb105bcbad76563160e57d33d3c /keyboards/boardsource/3x4/3x4.h
parent018fad6b955cdda082c520265aaf640220b9f4f2 (diff)
parent5a126e1a74746210492dda36b10dabdf34d90836 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource/3x4/3x4.h')
-rw-r--r--keyboards/boardsource/3x4/3x4.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/boardsource/3x4/3x4.h b/keyboards/boardsource/3x4/3x4.h
deleted file mode 100644
index a27d32c74f..0000000000
--- a/keyboards/boardsource/3x4/3x4.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-#define LAYOUT( \
- K00, K01, K02, K03, \
- K10, K11, K12, K13, \
- K20, K21, K22, K23 \
- ) { \
- {K00, K01, K02, K03}, \
- {K10, K11, K12, K13}, \
- {K20, K21, K22, K23} \
- }