~ruther/qmk_firmware

8d8d6af124b1b9b816e4b378ef9064e82f1201d4 — QMK Bot 1 year, 2 months ago e578434 + c70ebd4
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/pointing_device/pointing_device.c
M quantum/pointing_device/pointing_device.c => quantum/pointing_device/pointing_device.c +1 -1
@@ 368,7 368,7 @@ void pointing_device_set_cpi(uint16_t cpi) {
 * @param[in] cpi uint16_t value.
 */
void pointing_device_set_cpi_on_side(bool left, uint16_t cpi) {
    bool local = (is_keyboard_left() & left) ? true : false;
    bool local = (is_keyboard_left() == left);
    if (local) {
        pointing_device_driver.set_cpi(cpi);
    } else {

Do not follow this link