diff options
author | Joel Challis <git@zvecr.com> | 2021-09-25 00:19:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 00:19:41 +0100 |
commit | 3a2a39e5ecd43756b5df5e382bd02d9f41061c78 (patch) | |
tree | b011b46243bd67b3452f668034b24ba10509a15d /keyboards/handwired/onekey/stm32f405_feather/config.h | |
parent | e1dfbfbfd32e923e2bd499a324f18122a90ac998 (diff) | |
download | qmk_firmware-3a2a39e5ecd43756b5df5e382bd02d9f41061c78.tar.gz qmk_firmware-3a2a39e5ecd43756b5df5e382bd02d9f41061c78.zip |
Initial pass of F405 support (#14584)
* Initial pass of F405 support
* remove some conf files
* docs
* clang
Diffstat (limited to 'keyboards/handwired/onekey/stm32f405_feather/config.h')
-rw-r--r-- | keyboards/handwired/onekey/stm32f405_feather/config.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/stm32f405_feather/config.h b/keyboards/handwired/onekey/stm32f405_feather/config.h new file mode 100644 index 0000000000..32d7807975 --- /dev/null +++ b/keyboards/handwired/onekey/stm32f405_feather/config.h @@ -0,0 +1,25 @@ +/* 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 PRODUCT Onekey Adafruit Feather STM32F405 + +#define MATRIX_COL_PINS { C2 } +#define MATRIX_ROW_PINS { C3 } +#define UNUSED_PINS |