Fixes for Moonlander

Removed i2c_start, as it's no longer needed and causes deadlocks now.  Also fixed numbering of default keymap.
This commit is contained in:
Drashna Jael're
2020-02-15 17:13:47 -08:00
committed by Florian Didron
parent a714e1e0e3
commit 8402fcc22d
2 changed files with 1 additions and 2 deletions

View File

@@ -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