whe.el

emacs support for the thrustmaster t-150 steering wheel
Log | Files | Refs | README

commit b0234829f2f0c67bb69a3fb3d56a9d47bd122f42
parent 640704312a1bf414e6ac42d8612862167ed72703
Author: quantumish <freifeld.david@gmail.com>
Date:   Sat, 25 Jul 2026 22:13:59 -0700

Reformat README for easier reading

Diffstat:
MREADME.md | 11++++++++---
Alogo.png | 0
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,10 +1,15 @@ -![](https://i.imgur.com/XtweqpI.png) +![](./logo.png) ## control emacs with your steering wheel -This package implements Emacs support for the Thrustmaster T150 USB 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. +Not only can you control said steering wheel through Emacs, but `whe.el` +also 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-g-starboard" a reality. ```elisp (wheel-def "C-x g" diff --git a/logo.png b/logo.png Binary files differ.