summaryrefslogtreecommitdiff
path: root/keyboards/mode/m65ha_alpha
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-04-06 01:23:04 +0100
committerGitHub <noreply@github.com>2022-04-06 01:23:04 +0100
commita5e810b86cff89faa082c3ff71b69cda0709ab79 (patch)
treeb4ee97a356f41435c8beff8aeff3b0ce877bd7ac /keyboards/mode/m65ha_alpha
parent45504bb0949f4bddd5679bde0076f10512303e3a (diff)
Add non blackpill F4x1 config files (#16600)
* Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
Diffstat (limited to 'keyboards/mode/m65ha_alpha')
-rw-r--r--keyboards/mode/m65ha_alpha/m65ha_alpha.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/mode/m65ha_alpha/m65ha_alpha.c b/keyboards/mode/m65ha_alpha/m65ha_alpha.c
index 93e0c06b73..4160ffed95 100644
--- a/keyboards/mode/m65ha_alpha/m65ha_alpha.c
+++ b/keyboards/mode/m65ha_alpha/m65ha_alpha.c
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "m65ha_alpha.h"
void board_init(void) {
- setPinInput(B9);
setPinInput(B10);
}