1
0
Fork 0

Expose Moonlander split detection to user code (#18040)

This commit is contained in:
biesigrr 2022-08-29 03:37:29 +02:00 committed by GitHub
parent 1cc0b1e371
commit 3f99c42800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 1 deletions

View file

@ -82,3 +82,5 @@ typedef union {
} keyboard_config_t;
extern keyboard_config_t keyboard_config;
bool is_transport_connected(void);