commit 640704312a1bf414e6ac42d8612862167ed72703 parent 34998ad327416daa734feb406acaea8dba70bbea Author: quantumish <freifeld.david@gmail.com> Date: Sun, 19 Nov 2023 15:33:20 -0500 Update README.md Diffstat:
| M | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1 +1,14 @@  + +## control emacs with your steering wheel + +This package implements Emacs support for the Thrustmaster T150 USB steering wheel. + +Not only can you control said steering wheel through Emacs, but `whe.el` both provides key emulation for all the buttons on the wheel to allow you to use them in keybinds. Furthermore, with the `wheel-def` macro you can have keybinds depend on the position of the wheel, thus making insane keybinds like "control-x-starboard" a reality. + +```elisp +(wheel-def "C-x g" + :starboard hydra-go-to-file/body + :port magit-status + :none vterm) +```