Add suport for GIGABYTE AORUS 7 KB

Issue #66 new
Jeronimo created an issue

    {
                .ident = "Clevo AORUS 7 KB",
                .matches = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "AORUS 7 KB"),
                },
                .callback = clevo_xsm_dmi_matched,
                .driver_data = &kb_full_color_ops,
        },

This works perfectly

Comments (0)

  1. Log in to comment