-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
Add caps lock led support to DZ60 #3506
Conversation
Cheers for requesting. Also, for posterity, much love #5253. |
keyboards/dz60/dz60.c
Outdated
@@ -26,3 +26,13 @@ void led_set_kb(uint8_t usb_led) { | |||
// Set this per keymap, instead of globally | |||
led_set_user(usb_led); | |||
} | |||
|
|||
void led_set_user(uint8_t usb_led) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This block really should be in led_set_kb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it!
Could you make sure that |
Your wish is my command. =P |
Thanks. :D |
* add caps lock led support to DZ60 * changes from drashna's code review comments * call led_set_user at the end of led_set_kb
* add caps lock led support to DZ60 * changes from drashna's code review comments * call led_set_user at the end of led_set_kb
* add caps lock led support to DZ60 * changes from drashna's code review comments * call led_set_user at the end of led_set_kb
* add caps lock led support to DZ60 * changes from drashna's code review comments * call led_set_user at the end of led_set_kb
I can't believe this hasn't been reported until now! lol!