summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/3x4/3x4.h
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2022-07-12 22:58:04 -0600
committerGitHub <noreply@github.com>2022-07-12 21:58:04 -0700
commita991d65e875ddc517133e95b2c4d63bbb2093c5b (patch)
tree3125d0f87c07d935cd07a9773ed93e3f2612a0b5 /keyboards/boardsource/3x4/3x4.h
parent019bfc415966e8e4e4a6be2c1f231346002780f0 (diff)
[Keyboard] boardsource/3x4 data driven (#17628)
* initial * change to development board * replaced KC_TRNS & use rules.mk template
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} \
- }