Closed jerryaldrichiii closed 6 years ago
Still need to add conditional logic for the K95 Platinum to match what we saw from CUE (0x30 instead of 0x18):
0x30
0x18
https://github.com/mattanger/ckb-next/blob/newdev/src/ckb-daemon/led_keyboard.c#L107
Also, we need to investigate these to get the right values:
https://github.com/mattanger/ckb-next/blob/newdev/src/ckb-daemon/keymap.h#L24 https://github.com/mattanger/ckb-next/blob/newdev/src/ckb-daemon/keymap.h#L27
Still need to add conditional logic for the K95 Platinum to match what we saw from CUE (
0x30
instead of0x18
):https://github.com/mattanger/ckb-next/blob/newdev/src/ckb-daemon/led_keyboard.c#L107
Also, we need to investigate these to get the right values:
https://github.com/mattanger/ckb-next/blob/newdev/src/ckb-daemon/keymap.h#L24 https://github.com/mattanger/ckb-next/blob/newdev/src/ckb-daemon/keymap.h#L27