diff options
author | QMK Bot <hello@qmk.fm> | 2023-06-15 03:59:31 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-06-15 03:59:31 +0000 |
commit | ee6320c7aa3ca2de0fcc4cbfc606883291faed46 (patch) | |
tree | 46cd979a241202d9cc33e4bbc5351419288f0a02 /keyboards/mode/m75h/m75h.c | |
parent | 6c7c5889ca04959c3ce2448d6ca07545b9811e4d (diff) | |
parent | 87858108b525bb3c1f40f800a560780fb12101e1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mode/m75h/m75h.c')
-rw-r--r-- | keyboards/mode/m75h/m75h.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/mode/m75h/m75h.c b/keyboards/mode/m75h/m75h.c deleted file mode 100644 index 2f2bfbfa4b..0000000000 --- a/keyboards/mode/m75h/m75h.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - Copyright 2020 Álvaro "Gondolindrim" Volpato <alvaro.volpato@usp.br> - -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/>. -*/ - -#include "quantum.h" - -void board_init(void) { - setPinInput(B10); -} |