Change mac trackpad speed past max?

I would like to increase my trackpad speed past the maximum in settings. Is there any way to do this with KM? If not, are there any good free apps out there that can do this?

Thanks!

I’m not 100% sure if this is what you’re looking for, but I think this Ask Different post has as close as you can get to an answer:

   defaults write -g com.apple.trackpad.scaling -float 5.0

The normal minimum and maximum values are 0.0 and 3.0. You have to log out and back in to apply the changes. Moving the slider in System Preferences resets the setting.

See if that helps?

n.b. the defaults write command should be entered in Terminal.app. You can just copy/paste it from here, and then logout / login to see if that helps.