qmk_firmware/tmk_core/common
Jan Christoph Ebersbach 010271d6ea
Implement kinetic mouse movement algorithm (#6739)
* Implement kinetic mouse movement algorithm

* Adjust mouse wheel speed

* Remove unused math.h include

* Wrap mouse_timer definition in ifdef

* Replace double space by single space

* Clarify documentation of kinetic mouse speed

Co-Authored-By: lf <software@lfcode.ca>

* Clarify documentation of kinetic mouse speed

Co-Authored-By: lf <software@lfcode.ca>

* Remove superfluous definition of speed

* fix(variable): remove unused variable

Co-authored-by: lf <software@lfcode.ca>
2020-12-24 14:12:19 -08:00
..
arm_atsam 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
avr
chibios Normalise include statements in core code (#11153) 2020-12-11 13:45:24 +11:00
test
action.c Normalise include statements in core code (#11153) 2020-12-11 13:45:24 +11:00
action.h
action_code.h
action_layer.c
action_layer.h
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
action_util.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
bootloader.h
bootmagic.c
bootmagic.h
bootmagic_lite.c
command.c
command.h
debug.c
debug.h
eeconfig.c Normalise include statements in core code (#11153) 2020-12-11 13:45:24 +11:00
eeconfig.h
eeprom.h
host.c
host.h
host_driver.h
keyboard.c [Split] Sync Timer feature (#10997) 2020-12-01 10:04:42 -08:00
keyboard.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
keycode.h
led.h Normalise include statements in keyboard code (#11185) 2020-12-16 14:27:23 +11:00
magic.c
magic.h
matrix.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
mousekey.c Implement kinetic mouse movement algorithm (#6739) 2020-12-24 14:12:19 -08:00
mousekey.h Implement kinetic mouse movement algorithm (#6739) 2020-12-24 14:12:19 -08:00
nodebug.h
print.c
print.h
progmem.h
raw_hid.h
report.c
report.h 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.h
suspend.h
sync_timer.c [Split] Sync Timer feature (#10997) 2020-12-01 10:04:42 -08:00
sync_timer.h [Split] Sync Timer feature (#10997) 2020-12-01 10:04:42 -08:00
timer.h Fix int wrapping for timer_expired macros and use MAX defines for consistency and clarity (#10996) 2020-11-30 21:18:19 +11:00
uart.c
uart.h
util.c
util.h
virtser.h
wait.h Normalise include statements in core code (#11153) 2020-12-11 13:45:24 +11:00