mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-22 15:11:27 +00:00
Removed redundant comments
This commit is contained in:
parent
6d8b0862cc
commit
3539f6c983
@ -27,20 +27,16 @@
|
|||||||
# define ENCODER_MAP_KEY_DELAY 10
|
# define ENCODER_MAP_KEY_DELAY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Step size */
|
/* Mouse settings */
|
||||||
#define MOUSEKEY_MOVE_DELTA 8
|
#define MOUSEKEY_MOVE_DELTA 8
|
||||||
/* Maximum number of scroll steps per scroll action */
|
|
||||||
#define MOUSEKEY_WHEEL_MAX_SPEED 42
|
#define MOUSEKEY_WHEEL_MAX_SPEED 42
|
||||||
/* Time until maximum scroll speed is reached */
|
|
||||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 15
|
#define MOUSEKEY_WHEEL_TIME_TO_MAX 15
|
||||||
|
|
||||||
#define POINTING_DEVICE_ROTATION_90
|
#define POINTING_DEVICE_ROTATION_90
|
||||||
#define SPLIT_POINTING_ENABLE
|
#define SPLIT_POINTING_ENABLE
|
||||||
#define POINTING_DEVICE_RIGHT
|
#define POINTING_DEVICE_RIGHT
|
||||||
#define POINTING_DEVICE_TASK_THROTTLE_MS 8
|
#define POINTING_DEVICE_TASK_THROTTLE_MS 8
|
||||||
|
|
||||||
#ifdef RGB_MATRIX_ENABLE
|
#ifdef RGB_MATRIX_ENABLE
|
||||||
/* Decrease decay of heatmap rgb effect */
|
|
||||||
# define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50
|
# define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50
|
||||||
/* If you're setting colors per key, this is required */
|
/* If you're setting colors per key, this is required */
|
||||||
# define SPLIT_LAYER_STATE_ENABLE
|
# define SPLIT_LAYER_STATE_ENABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user