summaryrefslogtreecommitdiff
path: root/keyboards/moonlander/matrix.c
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2020-02-15 17:13:47 -0800
committerFlorian Didron <fdidron@users.noreply.github.com>2020-02-26 10:15:12 +0900
commit8402fcc22d4a4ede42b34e72ab84c2b8bb6a9ba7 (patch)
treeffd36390a7d6d57f794687f8384a927b62ddca8c /keyboards/moonlander/matrix.c
parenta714e1e0e3335babd2f20e0723228910b3c1cc29 (diff)
Fixes for Moonlander
Removed i2c_start, as it's no longer needed and causes deadlocks now. Also fixed numbering of default keymap.
Diffstat (limited to 'keyboards/moonlander/matrix.c')
-rw-r--r--keyboards/moonlander/matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/moonlander/matrix.c b/keyboards/moonlander/matrix.c
index 9fef2f2746..e5b9b81a2e 100644
--- a/keyboards/moonlander/matrix.c
+++ b/keyboards/moonlander/matrix.c
@@ -64,7 +64,6 @@ uint8_t mcp23018_rx[1];
void mcp23018_init(void) {
i2c_init();
- i2c_start(MCP23018_DEFAULT_ADDRESS << 1);
// #define MCP23_ROW_PINS { GPB5, GBP4, GBP3, GBP2, GBP1, GBP0 } outputs
// #define MCP23_COL_PINS { GPA0, GBA1, GBA2, GBA3, GBA4, GBA5, GBA6 } inputs