Skip to content

Commit

Permalink
asus/zephyrus/ga402x/shared.nix: no need to override default of mkEna…
Browse files Browse the repository at this point in the history
…bleOption
  • Loading branch information
Mic92 authored and mergify[bot] committed Sep 29, 2024
1 parent 1bc47d8 commit f5c239f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions asus/zephyrus/ga402x/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ in {
# The ASUS 8295 ITE device will cause an immediate wake-up when trying to suspend the laptop.
# After the first successful hibernate, it will work as expected, however.
# NOTE: I'm not actually sure what this device, as neither the touchpad nor the M1-M4 keys cause a wake-up.
ite-device.wakeup.enable = (
mkEnableOption "Enable power wakeup on the internal USB keyboard-like device (8295 ITE Device) on Zephyrus GA402X"
) // { default = false; };
ite-device.wakeup.enable = mkEnableOption "Enable power wakeup on the internal USB keyboard-like device (8295 ITE Device) on Zephyrus GA402X";
};

config = mkMerge [
Expand Down

0 comments on commit f5c239f

Please sign in to comment.