Skip to content

Commit

Permalink
Temporarily removed Sabre RGB support
Browse files Browse the repository at this point in the history
  • Loading branch information
ccMSC committed Nov 11, 2015
1 parent a556f18 commit f2b6c60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/ckb-daemon/usb_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ static _model models[] = {
{ P_STRAFE_NRGB_STR, P_STRAFE_NRGB },
// Mice
{ P_M65_STR, P_M65 },
{ P_SABRE_STR, P_SABRE },
{ P_SCIMITAR_STR, P_SCIMITAR }
};
#define N_MODELS (sizeof(models) / sizeof(_model))
Expand Down
2 changes: 1 addition & 1 deletion src/ckb-daemon/usb_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ int usbmain(){
// Keyboards
P_K65, P_K70, P_K70_NRGB, P_K95, P_K95_NRGB, P_STRAFE, P_STRAFE_NRGB,
// Mice
P_M65, P_SABRE, P_SCIMITAR
P_M65, P_SCIMITAR
};
// Tell IOService which type of devices we want (IOHIDDevices matching the supported vendor/products)
CFMutableDictionaryRef match = IOServiceMatching(kIOHIDDeviceKey);
Expand Down

3 comments on commit f2b6c60

@adagari
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea when you will be adding Sabre support back?

@ccMSC
Copy link
Owner Author

@ccMSC ccMSC commented on f2b6c60 Nov 29, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's re-enabled in the testing branch. I think it's fully complete but I haven't had anybody confirm it yet.

@adagari
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can test it out and report back later this evening

Please sign in to comment.