File tree 1 file changed +0
-16
lines changed
Controllers/HyperXKeyboardController
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -402,14 +402,6 @@ void HyperXAlloyFPSController::SendExtendedColor
402
402
buf[0x02 ] = profile;
403
403
buf[0x03 ] = HYPERX_ALLOY_FPS_COLOR_CHANNEL_EXTENDED;
404
404
405
- /* -----------------------------------------------------*\
406
- | Fill in color data |
407
- \*-----------------------------------------------------*/
408
- for (int i = 0x08 ; i < 0x94 ; i++)
409
- {
410
- buf[i] = color_data[i];
411
- }
412
-
413
405
/* -----------------------------------------------------*\
414
406
| Send packet |
415
407
\*-----------------------------------------------------*/
@@ -471,14 +463,6 @@ void HyperXAlloyFPSController::SendDirectExtended
471
463
buf[0x02 ] = HYPERX_ALLOY_FPS_COLOR_CHANNEL_EXTENDED;
472
464
buf[0x03 ] = 0xA0 ;
473
465
474
- /* -----------------------------------------------------*\
475
- | Fill in color data |
476
- \*-----------------------------------------------------*/
477
- for (int i = 0x08 ; i < 0x94 ; i++)
478
- {
479
- buf[i] = color_data[i];
480
- }
481
-
482
466
/* -----------------------------------------------------*\
483
467
| Send packet |
484
468
\*-----------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments