antonpup / Aurora

Unified lighting effects across multiple brands and various games.
http://www.project-aurora.com/
MIT License
1.83k stars 365 forks source link

Corsair k60 compatibility #2255

Open m1804-code opened 3 years ago

m1804-code commented 3 years ago

Please add support for the following device:

K60 RGB PRO Low Profile Mechanical Gaming Keyboard — CHERRY® MX Low Profile Speed https://www.corsair.com/pl/pl/Categories/Products/CORSAIR-iCUE/Gaming-Keyboards/K60-RGB-PRO-Low-Profile/p/CH-910D018-NA

multidays commented 3 years ago

mine worked but only if you select in settings generic laptop keypad under preferred keyboard sorry for my bad eng Schermafbeelding 2021-04-21 155009

JulianVolodia commented 3 years ago

Mine works too, but there are some compatibility issues like: K65 - we have no nupad (TKL?)| K70 have no Fn key (there is Win key there)

If I select K65 and then K70 then my Fn is green as I like and f.. that ;) but yes.

Imho, @m1804-code only need to properly create JSON file from this two:

@multidays Your is M55 not K60 if I correctly read it :)

JulianVolodia commented 3 years ago

if You change /kb_layouts/corsair_k65.json to

{
  "keys_to_remove": [],
  "key_modifications": {
        "99": {
      "visualName": "FN",
      "tag": 107,
      "line_break": null,
      "margin_left": null,
      "margin_top": null,
      "width": null,
      "height": null,
      "font_size": null,
      "width_bits": null,
      "height_bits": null,
      "margin_left_bits": null,
      "margin_top_bits": null,
      "enabled": null
    },
  },
  "included_features": []
}

and choose Corsair - K65 then it would be working perfectly imho :)