~ruther/qmk_firmware

df30327c19d15552f88af5ff65c0fa6c7245d77a — QMK Bot 3 years ago 7c1797f
Format code according to conventions (#18466)

1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/pointing_device/pointing_device_auto_mouse.h
M quantum/pointing_device/pointing_device_auto_mouse.h => quantum/pointing_device/pointing_device_auto_mouse.h +1 -1
@@ 34,7 34,7 @@
#    define AUTO_MOUSE_TIME 650
#endif
#ifndef AUTO_MOUSE_DELAY
    #define AUTO_MOUSE_DELAY GET_TAPPING_TERM(KC_MS_BTN1, &(keyrecord_t){})
#    define AUTO_MOUSE_DELAY GET_TAPPING_TERM(KC_MS_BTN1, &(keyrecord_t){})
#endif
#ifndef AUTO_MOUSE_DEBOUNCE
#    define AUTO_MOUSE_DEBOUNCE 25