X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_pointing_device.md;h=8ad428939a0a17dc5e879ab3c54c1e2244c4cd0f;hb=d686c0ea43d6a9db7768da64ee54c3ba25c018f7;hp=1ba8f7759e369108b3cb12ffa9d23d3aa381adaa;hpb=ee132284861f1084046086b7ae11d56623df7834;p=qmk_firmware.git diff --git a/docs/feature_pointing_device.md b/docs/feature_pointing_device.md index 1ba8f7759..8ad428939 100644 --- a/docs/feature_pointing_device.md +++ b/docs/feature_pointing_device.md @@ -1,6 +1,6 @@ ## Pointing Device -Pointing Device is a generic name for a feature intended to be generic: moving the system pointer arround. There are certainly other options for it - like mousekeys - but this aims to be easily modifiable and lightweight. You can implement custom keys to control functionality, or you can gather information from other peripherals and insert it directly here - let QMK handle the processing for you. +Pointing Device is a generic name for a feature intended to be generic: moving the system pointer around. There are certainly other options for it - like mousekeys - but this aims to be easily modifiable and lightweight. You can implement custom keys to control functionality, or you can gather information from other peripherals and insert it directly here - let QMK handle the processing for you. To enable Pointing Device, uncomment the following line in your rules.mk: @@ -44,4 +44,4 @@ case MS_SPECIAL: break; ``` -Recall that the mouse report is set to zero (except the buttons) whenever it is sent, so the scrolling would only occur once in each case. \ No newline at end of file +Recall that the mouse report is set to zero (except the buttons) whenever it is sent, so the scrolling would only occur once in each case.