diff options
author | Steph Enders <steph@senders.io> | 2023-03-29 23:38:24 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-03-29 23:38:24 -0400 |
commit | 76e0ffa04a972d0bfb2119b1540267c12efeb5f5 (patch) | |
tree | 9e17adcc508745ff6223dad33491682d12c82319 /.config/oversteer |
Migrate dotfiles to new setup using stow
I've copied the preliminary list of configurations over from the old
repo as well as some probably unnecessary globablly, local files
(oversteer) - but I mean it REALLY cannot hurt to have a simple .ini
file on a computer.
But I may look into having PC branches that are rebased off of master,
but it may make merging harder? so IDK. Risky.
Anyway. The README.org committed has all you need to know. But for
posterity the reason I am using org-mode files for the README is I am
seeing how test driving emacs goes. Very easily can swap this over to a
markdown file. Just figure - why not.
Diffstat (limited to '.config/oversteer')
-rw-r--r-- | .config/oversteer/profiles/f1.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/oversteer/profiles/f1.ini b/.config/oversteer/profiles/f1.ini new file mode 100644 index 0000000..615a836 --- /dev/null +++ b/.config/oversteer/profiles/f1.ini @@ -0,0 +1,11 @@ +[DEFAULT] +mode = G29 +range = 360 +ff_gain = 100 +autocenter = 0 +combine_pedals = 0 +range_overlay = never +use_buttons = 1 +center_wheel = 1 +start_app_manually = 0 + |