Skip to content

Commit

Permalink
[Bug] Develop - DC01 left (#13597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 authored Jul 22, 2021
1 parent 78fb223 commit 6e9f667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/dc01/left/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#define MATRIX_ROW_PINS { B6, B5, B4, D7, D6 }
#define MATRIX_COL_PINS { F4, F1, F0, F7, F6, F5, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
#define MATRIX_COL_PINS { F4, F1, F0, F7, F6, F5 }
#define UNUSED_PINS

#define F_SCL 350000UL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/dc01/left/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,4 @@ i2c_status_t i2c_transaction(uint8_t address, uint32_t mask, uint8_t col_offset)
i2c_stop();

return (status < 0) ? status : I2C_STATUS_SUCCESS;
}
}

0 comments on commit 6e9f667

Please sign in to comment.