Fixed error when remapping scroll wheels

This commit is contained in:
cyber-sushi 2024-04-14 11:39:01 +02:00
parent 9425ada0a3
commit 1150cdf77b

View file

@ -99,8 +99,8 @@ fn parse_raw_config(raw_config: RawConfig) -> (Bindings, Combinations, HashMap<S
"RSTICK_DOWN",
"RSTICK_LEFT",
"RSTICK_RIGHT",
"SCROLLWHEEL_UP",
"SCROLLWHEEL_DOWN",
"SCROLL_WHEEL_UP",
"SCROLL_WHEEL_DOWN",
"BTN_TL2",
"BTN_TR2",
];