diff options
Diffstat (limited to 'users/drashna/split/readme.md')
-rw-r--r-- | users/drashna/split/readme.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/users/drashna/split/readme.md b/users/drashna/split/readme.md new file mode 100644 index 000000000..5dad34012 --- /dev/null +++ b/users/drashna/split/readme.md | |||
@@ -0,0 +1,29 @@ | |||
1 | # Custom Split Transport | ||
2 | |||
3 | To disable the customized split transport, add `CUSTOM_SPLIT_TRANSPORT_SYNC = no` to your `rules.mk`. | ||
4 | |||
5 | This syncs a number of additional settings, such as the keymap_config (magic settings), user eeprom configs, and misc firmware settings. | ||
6 | |||
7 | Additionally, this supports a watchdog timer reset for the secondary split side. | ||
8 | |||
9 | ## User State Config | ||
10 | |||
11 | The User states that it sync are: | ||
12 | |||
13 | * Audio Enable status | ||
14 | * Audio Clicky states | ||
15 | * Unicode mode | ||
16 | * Pointing Device tap toggle status | ||
17 | * Swap Hands status | ||
18 | * Host Driver status | ||
19 | |||
20 | ## Userspace Config | ||
21 | |||
22 | The userspace config states that are synced are: | ||
23 | |||
24 | * RGB layer indication | ||
25 | * "is overwatch" status | ||
26 | * nuke switch | ||
27 | * Swapped numbers | ||
28 | * RGB Matrix idle animation | ||
29 | * Autocorrect enable status | ||