diff options
author | Joel Challis <git@zvecr.com> | 2022-04-06 01:23:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 01:23:04 +0100 |
commit | a5e810b86cff89faa082c3ff71b69cda0709ab79 (patch) | |
tree | b4ee97a356f41435c8beff8aeff3b0ce877bd7ac /keyboards/mode/m75s/m75s.c | |
parent | 45504bb0949f4bddd5679bde0076f10512303e3a (diff) | |
download | qmk_firmware-a5e810b86cff89faa082c3ff71b69cda0709ab79.tar.gz qmk_firmware-a5e810b86cff89faa082c3ff71b69cda0709ab79.zip |
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/m75s/m75s.c')
-rw-r--r-- | keyboards/mode/m75s/m75s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/mode/m75s/m75s.c b/keyboards/mode/m75s/m75s.c index e0424a6a64..bd323a435b 100644 --- a/keyboards/mode/m75s/m75s.c +++ b/keyboards/mode/m75s/m75s.c @@ -18,6 +18,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "m75s.h" void board_init(void) { - setPinInput(B9); setPinInput(B10); } |