350df140fa
* Initial support, no joystick functionality * remove vscode settings file * Add non-vial default keymap * Implement joystick mouse control for default and vial keymaps * Add backslash to default keymap * Add separate layout for stick-as-keys * Remove references to unused layout * Remove reference to unused custom matrix impl
13 lines
303 B
C
13 lines
303 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
/* Mouse control configuration */
|
|
|
|
/* Cursor speed */
|
|
#define ANALOG_JOYSTICK_SPEED_MAX 5
|
|
#define ANALOG_JOYSTICK_SPEED_REGULATOR 10
|
|
|
|
/* Mouse inertia (keeps sliding after a flick) */
|
|
// #define POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE
|