wroberts / rogauracore

RGB keyboard control for Asus ROG laptops
MIT License
696 stars 109 forks source link

Confirmed working with ASUS ROG Zephyrus M (GM501) #1

Closed thorhop closed 5 years ago

thorhop commented 5 years ago

Taking line 415 in src/rogauracore.c const uint16_t ASUS_PRODUCT_IDS[] = { 0x1854, 0x1869 };

And adding the Product ID 0x1866 const uint16_t ASUS_PRODUCT_IDS[] = { 0x1854, 0x1869, 0x1866 };

Makes the code work on the Zephyrus M (GM501).

wroberts commented 5 years ago

Beautiful! Thanks for the PRs. Merged.