Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control for the keyboard backlight #1

Open
ml31415 opened this issue Oct 25, 2018 · 4 comments
Open

Control for the keyboard backlight #1

ml31415 opened this issue Oct 25, 2018 · 4 comments

Comments

@ml31415
Copy link

ml31415 commented Oct 25, 2018

Firstable, big thanks for putting effort into this, which would basically have been logitechs task. I suppose the backlight of the keyboard should be possible to control in a similar way? If so, it would be great to have it integrated here.

@themech
Copy link
Owner

themech commented Nov 4, 2018

Hi. First, thank you for your nice words. I've made the tool for myself but of course thought others may want to use it as well.
I'd like to understand your request better. So my little app covers the first of the options offered on Windows/MacOS. When you connect the keyboard, it configures the behaviour of the Fn keys:
logitech_options

If I understand correctly, you're asking for the last option from this screenshot.
According to the doc it just shows you a notification but does not allow you to control the backlight:

screen overlay notifications will appear temporarily when the K811 keyboard encounters one of these two conditions...Keyboard is in a brightly lit environment/Keyboard battery is very low

The backlight itself is controlled by the F8/F9 keys.

@ml31415
Copy link
Author

ml31415 commented Nov 5, 2018

Well, not really. What I was looking for is the possibility, to permanently store the state of the keyboard backlight. As I'm writing freely without looking on the keyboard, having the backlight on is just a waste of battery, so I'd like to store, that the backlight is always off, when I switch on the keyboard.

I'm not sure if this is indeed possible. I just reread the doc and it just mentions, that the automatic light mode is on, after every restart of the keyboard. I had thought, that I'd read something about a software option, but can't find that anymore right now. Though, that might be an undocumented feature as well.

Repository owner deleted a comment from souhaiebtar Nov 27, 2018
@themech
Copy link
Owner

themech commented Nov 27, 2018

@ml31415 well, this is tricky. The question is - is there a "magic" sequence that, when sent to the keyboard, sets the backlight. When writing my tool for the fn-keys, I connected the keyboard to mac and was listening to the communication between the Logitech Easy-Switch tool and my k811 keyboard. And that's how I found the fn-keys control command and wrote my tool for Linux.
The Logitech tool can read the change in backlight setting but does not allow you to control the backlight of the keyboard so it is hard:

  • maybe such sequence of bytes does not exist
  • if it exists - how can we find it if no other tool uses it and there is no documentation about it

I've tried to look around for a solution and could not find anything useful.

@ml31415
Copy link
Author

ml31415 commented Nov 28, 2018

That's indeed bad news. We might try to contact logitech and just ask, though I'm a bit pessimistic about an answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants