diff options
author | Zach White <skullydazed@gmail.com> | 2021-01-05 11:04:56 -0800 |
---|---|---|
committer | Zach White <skullydazed@gmail.com> | 2021-01-05 11:04:56 -0800 |
commit | cf2f13fc77e7d9371e845d8825f8ced974083c70 (patch) | |
tree | f51890908a1ed5ee749b167a6c85830472c7e379 /keyboards/handwired/onekey/pytest/config.h | |
parent | e7db582e356a961ba608ef441f201d879ec8d740 (diff) | |
parent | 3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/onekey/pytest/config.h')
-rw-r--r-- | keyboards/handwired/onekey/pytest/config.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/handwired/onekey/pytest/config.h b/keyboards/handwired/onekey/pytest/config.h deleted file mode 100644 index f6bedcfe64..0000000000 --- a/keyboards/handwired/onekey/pytest/config.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Copyright 2019 - * - * 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 "config_common.h" - -#define MATRIX_COL_PINS { A3 } -#define MATRIX_ROW_PINS { A2 } -#define UNUSED_PINS |