summaryrefslogtreecommitdiff
path: root/keyboards/mode/m75s/m75s.c
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.augusto.volpato@gmail.com>2023-02-18 14:12:44 -0300
committerGitHub <noreply@github.com>2023-02-18 10:12:44 -0700
commit7b5dee406441768e99e4fca1da042c630dd2baa7 (patch)
tree6fd66bf440a2a72c71b3c7fb1284afafaeba2c1d /keyboards/mode/m75s/m75s.c
parent609b23af344e7389503b197ba3594524a2ca8fad (diff)
Add caps lock indicator capabilities to M75S (#19552)
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);
-}