Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public static class OpenRGBKeyNames
{ "Key: Media Play/Pause" , DK.MEDIA_PLAY_PAUSE },
{ "Key: Media Mute" , DK.VOLUME_MUTE },
{ "Logo" , DK.LOGO },
{ "Lighting" , DK.BRIGHTNESS_SWITCH },
{ "Key: Brightness" , DK.BRIGHTNESS_SWITCH },
{ "Key: M1" , DK.G1 },
{ "Key: M2" , DK.G2 },
Expand All @@ -138,6 +139,8 @@ public static class OpenRGBKeyNames
{ "Key: G1" , DK.G1 },
{ "Key: G2" , DK.G2 },
{ "Key: G3" , DK.G3 },
{ "Key: G4" , DK.G4 },
{ "Key: G5" , DK.G5 },
};

public static readonly Dictionary<string, DK> Mouse = new Dictionary<string, DK>()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@
"group_tag": "keyboard",
"origin_region": 1,
"grouped_keys": [
{
"visualName": "LOGO",
"tag": 128,
"margin_left": -47.0,
"margin_top": -45.0,
"width": 35.0,
"height": 35.0,
"font_size": 9.0,
"width_bits": 3,
"height_bits": 3,
"margin_left_bits": -4,
"margin_top_bits": 0,
"image": "Logi_G810_logo.png",
"enabled": true,
"absolute_location": true
},
{
"visualName": "G1",
"tag": 108,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"group_tag": "keyboard",
"origin_region": 2,
"grouped_keys": [
{
"visualName": "PREV",
"tag": 137,
"margin_left": -141.0,
"margin_top": 45.0,
"width": 30.0,
"height": 30.0,
"font_size": 12.0,
"width_bits": 3,
"height_bits": 3,
"margin_left_bits": -12,
"margin_top_bits": 0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "PLAY",
"tag": 133,
"margin_left": -104.0,
"margin_top": 45.0,
"width": 30.0,
"height": 30.0,
"font_size": 12.0,
"width_bits": 3,
"height_bits": 3,
"margin_left_bits": -9,
"margin_top_bits": 0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "NEXT",
"tag": 138,
"margin_left": -67.0,
"margin_top": 45.0,
"width": 30.0,
"height": 30.0,
"font_size": 12.0,
"width_bits": 3,
"height_bits": 3,
"margin_left_bits": -6,
"margin_top_bits": 0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Mute",
"tag": 139,
"margin_left": -30.0,
"margin_top": 45.0,
"width": 30.0,
"height": 30.0,
"font_size": 12.0,
"width_bits": 3,
"height_bits": 3,
"margin_left_bits": -3,
"margin_top_bits": 0,
"enabled": true,
"absolute_location": true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"group_tag": "keyboard",
"origin_region": 1,
"grouped_keys": [
{
"visualName": "LOGO",
"tag": 128,
"margin_left": 0.0,
"margin_top": -45.0,
"width": 35.0,
"height": 35.0,
"font_size": 9.0,
"width_bits": 3,
"height_bits": 3,
"margin_left_bits": -4,
"margin_top_bits": 0,
"image": "Logi_G810_logo.png",
"enabled": true,
"absolute_location": true
},
{
"visualName": "LIGHT",
"tag": 131,
"margin_left": 319.0,
"margin_top": -37.0,
"width": 30.0,
"height": 30.0,
"font_size": 12.0,
"width_bits": 3,
"height_bits": 3,
"margin_left_bits": -12,
"margin_top_bits": 0,
"enabled": true,
"absolute_location": true
}
]
}
4 changes: 3 additions & 1 deletion Project-Aurora/Project-Aurora/kb_layouts/logitech_g815.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"keys_to_remove": [],
"key_modifications": {},
"included_features": [
"logitech_g815_features.json"
"logitech_g815_left_features.json",
"logitech_g815_top_features.json",
"logitech_g815_right_features.json",
]
}