diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-13 04:58:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-13 04:58:34 +0000 |
commit | 34fec2c07d8ac8129be06cd31d69aa98b21e64dd (patch) | |
tree | 35ac68d724e37cb105bcbad76563160e57d33d3c /keyboards/boardsource/3x4/3x4.h | |
parent | 018fad6b955cdda082c520265aaf640220b9f4f2 (diff) | |
parent | 5a126e1a74746210492dda36b10dabdf34d90836 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource/3x4/3x4.h')
-rw-r--r-- | keyboards/boardsource/3x4/3x4.h | 12 |
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} \ - } |