diff options
author | jack <0x6A73@pm.me> | 2022-07-12 23:18:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 22:18:53 -0700 |
commit | b99ccd4f064e15c7ea94184986e396603bfa1dc2 (patch) | |
tree | a39bc15235b198bd1f5a315f79a1b1cd6a3d92d2 /keyboards/boardsource/beiwagon/beiwagon.h | |
parent | 5a126e1a74746210492dda36b10dabdf34d90836 (diff) |
[Keyboard] boardsource/beiwagon data driven (#17631)
Diffstat (limited to 'keyboards/boardsource/beiwagon/beiwagon.h')
-rw-r--r-- | keyboards/boardsource/beiwagon/beiwagon.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/keyboards/boardsource/beiwagon/beiwagon.h b/keyboards/boardsource/beiwagon/beiwagon.h deleted file mode 100644 index ed5d516529..0000000000 --- a/keyboards/boardsource/beiwagon/beiwagon.h +++ /dev/null @@ -1,32 +0,0 @@ -/* Copyright 2020 Boardsource - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#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 } \ - } - |