summaryrefslogtreecommitdiff
path: root/keyboards/mode/m75s/m75s.c
diff options
context:
space:
mode:
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);
-}