summaryrefslogtreecommitdiff
path: root/keyboards/mode/m75s/m75s.c
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2023-02-19 04:35:43 +1100
committerfauxpark <fauxpark@gmail.com>2023-02-19 04:35:43 +1100
commitb8b1cb04b27e18f506b74e72d721616bb28ab688 (patch)
treed4358468c379ddb131e1eb7489b05545d83e1e22 /keyboards/mode/m75s/m75s.c
parentf587a0c548d966bd4381236ed726f5ba733b67e2 (diff)
parent3110a70f6f208e20174056e8600830e767b911ff (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/mode/m75s/m75s.c')
-rw-r--r--keyboards/mode/m75s/m75s.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/mode/m75s/m75s.c b/keyboards/mode/m75s/m75s.c
index bd323a435b..87e643653c 100644
--- a/keyboards/mode/m75s/m75s.c
+++ b/keyboards/mode/m75s/m75s.c
@@ -1,5 +1,5 @@
/*
- Copyright 2020 Álvaro "Gondolindrim" Volpato <alvaro.volpato@usp.br>
+ Copyright 2022 Gondolindrim <gondolindrim@acheronproject.com>
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
@@ -16,7 +16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "m75s.h"
-
-void board_init(void) {
- setPinInput(B10);
-}