README.md: Drop the note about OS compatibility

Since we switched to using a separate node for the absolute mouse, it works with
all three major operating systems. For that reason, the note about OS
compatibility is incorrect, and with this patch, we drop it.

Reported by @noseglasses, thanks!

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/365/head
Gergely Nagy 7 years ago
parent 88f8308e49
commit 468c2443a5

@ -36,7 +36,7 @@ Key_mouseBtnL, Key_mouseBtnR
void setup() {
Kaleidoscope.use(&MouseKeys);
Kaleidoscope.setup ();
}
```
@ -79,7 +79,7 @@ properties (see below).
respectively.
* `Key_mouseScrollL`, `Key_mouseScrollR`: Scroll the mouse wheel left or right,
respectively.
### Buttons
Buttons are even simpler than movement: there is no movement speed, nor
@ -100,9 +100,6 @@ to the middle of it.
To stop warping, use any other mouse key, or hit the "warp end" key.
This features works out of the box on Windows and OSX. On Linux, a patch exists,
but has not been finalised and merged yet.
The warping keys are the following:
* `Key_mouseWarpNW`, `Key_mouseWarpNE`, `Key_mouseWarpSW`, `Key_mouseWarpSE`:

Loading…
Cancel
Save