Skip to content

Commit 6e9f667

Browse files
authored
[Bug] Develop - DC01 left (#13597)
1 parent 78fb223 commit 6e9f667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keyboards/dc01/left/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4242
*
4343
*/
4444
#define MATRIX_ROW_PINS { B6, B5, B4, D7, D6 }
45-
#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 }
45+
#define MATRIX_COL_PINS { F4, F1, F0, F7, F6, F5 }
4646
#define UNUSED_PINS
4747

4848
#define F_SCL 350000UL

keyboards/dc01/left/matrix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,4 +451,4 @@ i2c_status_t i2c_transaction(uint8_t address, uint32_t mask, uint8_t col_offset)
451451
i2c_stop();
452452

453453
return (status < 0) ? status : I2C_STATUS_SUCCESS;
454-
}
454+
}

0 commit comments

Comments
 (0)