-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
fixedFixed but not merged to masterFixed but not merged to master
Description
Right now we have it set to ANSI hardcoded because there's no way to tell the device layout.
RGB.NET/RGB.NET.Devices.Wooting/Keyboard/WootingKeyboardRGBDevice.cs
Lines 38 to 45 in 5fc2e34
| private void InitializeLayout() | |
| { | |
| //TODO DarthAffe 13.02.2021: Check how the mapping can work without knowing the physical layout | |
| Dictionary<LedId, (int row, int column)> mapping = WootingKeyboardLedMappings.Mapping[DeviceInfo.WootingDeviceType][WootingPhysicalKeyboardLayout.US]; | |
| foreach (KeyValuePair<LedId, (int row, int column)> led in mapping) | |
| AddLed(led.Key, new Point(led.Value.column * 19, led.Value.row * 19), new Size(19, 19)); | |
| } |
I have an issue open on the wooting-rgb-sdk GitHub
WootingKb/wooting-rgb-sdk#38
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixedFixed but not merged to masterFixed but not merged to master