Expose Moonlander split detection to user code (#18040)
This commit is contained in:
parent
1cc0b1e371
commit
3f99c42800
3 changed files with 21 additions and 1 deletions
|
@ -227,3 +227,7 @@ void matrix_power_up(void) {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
bool is_transport_connected(void) {
|
||||
return mcp23018_initd;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue