Skip to content

Add FA617XS Backlight mode support#97

Open
FrankTheSssnake wants to merge 2 commits intoNeroReflex:mainfrom
FrankTheSssnake:add-fa617xs-support
Open

Add FA617XS Backlight mode support#97
FrankTheSssnake wants to merge 2 commits intoNeroReflex:mainfrom
FrankTheSssnake:add-fa617xs-support

Conversation

@FrankTheSssnake
Copy link
Copy Markdown

Summary

Adds support for the ASUS TUF Gaming A16 (FA617XS, AMD Advantage Edition) keyboard lighting.

Description

The FA617XS shares the same EC layout and single-zone backlight configuration as the FA617NS.
Adding the following entry to aura_support.ron enables LED mode control (Static, Breathe, Pulse) via asusctl:

(
    device_name: "FA617XS",
    product_id: "",
    layout_name: "fx505d",
    basic_modes: [Static, Breathe, Pulse],
    basic_zones: [],
    advanced_type: None,
    power_zones: [Keyboard],
),

Related issue

Closes #96

@keyboard2005
Copy link
Copy Markdown

Won't this branch be merged?

@FrankTheSssnake
Copy link
Copy Markdown
Author

Won't this branch be merged?

I think this is just a mirror. I made the same PR on GitLab and it got merged.

@keyboard2005
Copy link
Copy Markdown

Won't this branch be merged?

I think this is just a mirror. I made the same PR on GitLab and it got merged.

Software version: 6.3.6
Product family: TX Gaming
Board name: FA608PM

It looks like mine is already the latest version, so it seems the branch you submitted isn’t the LED fix for my model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for ASUS TUF Gaming A16 (FA617XS, AMD Advantage Edition) keyboard lighting

2 participants