You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/feature_split_keyboard.md
+6
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,12 @@ communication protocol and may impact the matrix scan speed when enabled.
191
191
The purpose of this feature is to support cosmetic use of modifer state (e.g.
192
192
displaying status on an OLED screen).
193
193
194
+
```c
195
+
#define SPLIT_TRANSPORT_MIRROR
196
+
```
197
+
198
+
This mirrors the master side matrix to the slave side for features that react or require knowledge of master side key presses on the slave side. This adds a few bytes of data to the split communication protocol and may impact the matrix scan speed when enabled. The purpose of this feature is to support cosmetic use of key events (e.g. RGB reacting to Keypresses).
199
+
194
200
### Hardware Configuration Options
195
201
196
202
There are some settings that you may need to configure, based on how the hardware is set up.
0 commit comments