Skip to content

Commit

Permalink
Enable HANDLE_EXTRA_FUNCTIONS again
Browse files Browse the repository at this point in the history
We need to handle the extra functions like mute button/brightness dial
ourselve again, since we reverted the switch to `hidraw` backend
  • Loading branch information
X3n0m0rph59 committed Jan 5, 2023
1 parent 851d4b3 commit 978a52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eruption/src/scripts/lib/macros/modifiers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require "utilities"
-- therefor events originating from the sub-device will be handled by the window system.
-- Set this to `true` if the window system can't see the events of the sub-device because it is
-- grabbed exlusively by Eruption.
HANDLE_EXTRA_FUNCTIONS = false
HANDLE_EXTRA_FUNCTIONS = true

ENABLE_EASY_SHIFT = true -- set this to false if you don't want to
-- use the Easy Shift+ functionality
Expand Down

0 comments on commit 978a52f

Please sign in to comment.