Big cleanup
- standardize the documentation in my config files - Removed all the unused/unneeded feature .c/.h files (including RGBmatrix) - now that I think I have my featureset set, I consolidated my rules.mk to lessen the 'include if' commands
This commit is contained in:
parent
d6c6d5d731
commit
c5cb76fab5
15 changed files with 53 additions and 326 deletions
|
|
@ -1,36 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
/*
|
||||
https://docs.qmk.fm/#/feature_mouse_keys
|
||||
|
||||
Notes:
|
||||
I am only putting down settings for accelerated mode
|
||||
|
||||
Explore these:
|
||||
#undef MOUSEKEY_MOVE_DELTA
|
||||
#undef MOUSEKEY_WHEEL_DELAY
|
||||
#undef MOUSEKEY_WHEEL_INTERVAL
|
||||
#undef MOUSEKEY_WHEEL_MAX_SPEED
|
||||
#undef MOUSEKEY_WHEEL_TIME_TO_MAX
|
||||
|
||||
other modes:
|
||||
- Accelerated (default): Holding movement keys accelerates the cursor until it reaches its maximum speed.
|
||||
- Kinetic: Holding movement keys accelerates the cursor with its speed following a quadratic curve until it reaches its maximum speed.
|
||||
- Constant: Holding movement keys moves the cursor at constant speeds.
|
||||
- Combined: Holding movement keys accelerates the cursor until it reaches its maximum speed, but holding acceleration and movement keys simultaneously moves the cursor at constant speeds.
|
||||
- Inertia: Cursor accelerates when key held, and decelerates after key release. Tracks X and Y velocity separately for more nuanced movements. Applies to cursor only, not scrolling.
|
||||
|
||||
|
||||
https://docs.qmk.fm/#/feature_mouse_keys?id=accelerated-mode
|
||||
|
||||
notes:
|
||||
there are way more settings but I don't want to mess anything that Quentin set for the nano
|
||||
I will only include stuff for auto mouse layer
|
||||
|
||||
Explore These:
|
||||
#undef AUTO_MOUSE_DELAY
|
||||
#undef AUTO_MOUSE_DEBOUNCE
|
||||
#undef AUTO_MOUSE_DEFAULT_LAYER
|
||||
/* Mouse Key
|
||||
*
|
||||
* https://docs.qmk.fm/#/feature_mouse_keys
|
||||
*
|
||||
*/
|
||||
|
||||
//Clear variables we plan to use that might be set elsewhere
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue