Browse Source

revert changes to other boards

pull/22181/head
Drashna Jael're 2 months ago
parent
commit
12d0714d23
No known key found for this signature in database GPG Key ID: DBA1FD3A860D1B11
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      keyboards/zsa/moonlander/matrix.c

+ 1
- 6
keyboards/zsa/moonlander/matrix.c View File

@ -19,8 +19,6 @@
#include "moonlander.h"
#include "i2c_master.h"
#pragma GCC push_options
#pragma GCC optimize("-O3")
/*
#define MATRIX_ROW_PINS { B10, B11, B12, B13, B14, B15 } outputs
#define MATRIX_COL_PINS { A0, A1, A2, A3, A6, A7, B0 } inputs
@ -232,7 +230,4 @@ void matrix_power_up(void) {
bool is_transport_connected(void) {
return mcp23018_initd;
}
#pragma GCC pop_options
}

Loading…
Cancel
Save