config.h (584B)
1 // Copyright 2021 Quentin LEBASTARD <qlebastard@gmail.com> 2 // Copyright 2021 Charly Delay <charly@codesink.dev> (@0xcharly) 3 // SPDX-License-Identifier: GPL-2.0-or-later 4 #pragma once 5 6 // Enable use of pointing device on slave split. 7 #define SPLIT_POINTING_ENABLE 8 9 // Pointing device is on the right split. 10 #define POINTING_DEVICE_RIGHT 11 12 // Limits the frequency that the sensor is polled for motion. 13 #define POINTING_DEVICE_TASK_THROTTLE_MS 1 14 15 // Invert X axis on mouse reports. 16 #define POINTING_DEVICE_INVERT_X 17 18 /* Trackball angle adjustment. */ 19 #define ROTATIONAL_TRANSFORM_ANGLE -25