qmk_sweep_skeletyl/tmk_core/common
dhong44 d0abad27ab Fix the mousekey scrolling (#9174)
Mousekey scrolling should have a separate repeat variable
to keep track of scrolling acceleration, instead of being
tied to mouse movement scolling in mousekeys. The send function
should record when the last movement was made since this is
when movement is actually sent. Doing this fixes the bug where
the initial press of a mousekey scroll button causes a double scroll.

Signed-off-by: Daniel Hong <daniel.hong@live.com>
2020-08-29 14:30:02 -07:00
..
arm_atsam
avr adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
chibios Fix ChibiOS backlight not turning off on suspend (#10114) 2020-08-26 11:15:43 -07:00
test
action.c Add TAP_CODE_DELAY to Mod-Tap (#9422) 2020-07-07 21:47:59 +01:00
action.h
action_code.h One shot support for swap hands (#8590) 2020-05-14 07:36:55 +10:00
action_layer.c Optimization for scanning less layers. (#8311) 2020-05-11 01:04:38 +01:00
action_layer.h Optimization for scanning less layers. (#8311) 2020-05-11 01:04:38 +01:00
action_macro.c
action_macro.h
action_tapping.c 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
action_tapping.h 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
action_util.c [Bug] Fix Swap Hands bug introduced by OSH (#9968) 2020-08-08 16:41:10 -07:00
action_util.h One shot support for swap hands (#8590) 2020-05-14 07:36:55 +10:00
bootloader.h
bootmagic.c
bootmagic.h
bootmagic_lite.c
command.c Remove DESCRIPTION (#9732) 2020-07-16 15:49:18 +10:00
command.h
debug.c
debug.h
eeconfig.c
eeconfig.h
eeprom.h
host.c
host.h
host_driver.h
keyboard.c Move encoder_read to common location (#9003) 2020-06-03 00:54:53 +01:00
keyboard.h
keycode.h
led.h
magic.c
magic.h
matrix.h
mousekey.c Fix the mousekey scrolling (#9174) 2020-08-29 14:30:02 -07:00
mousekey.h
nodebug.h
print.c
print.h 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
progmem.h
raw_hid.h
report.c
report.h Convert CONSUMER2BLUEFRUIT() and CONSUMER2RN42() macros to static inline functions (#9055) 2020-08-29 14:30:02 -07:00
sendchar.h
sendchar_null.c Initial vusb console support (#8559) 2020-05-03 01:25:39 +01:00
sendchar_uart.c
sleep_led.h
suspend.h
timer.h
uart.c adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
uart.h
util.c
util.h
virtser.h
wait.h