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

Add caps lock led support to DZ60 #3506

Merged
merged 3 commits into from
Jul 29, 2018

Conversation

mechmerlin
Copy link
Contributor

I can't believe this hasn't been reported until now! lol!

@Pieparker
Copy link

Cheers for requesting. Also, for posterity, much love #5253.

@@ -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) {
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

got it!

@drashna
Copy link
Member

drashna commented Jul 29, 2018

Could you make sure that led_set_user is called at the end of led_set_kb?

@mechmerlin
Copy link
Contributor Author

Your wish is my command. =P

@mechmerlin mechmerlin closed this Jul 29, 2018
@mechmerlin mechmerlin reopened this Jul 29, 2018
@drashna
Copy link
Member

drashna commented Jul 29, 2018

Thanks. :D

@drashna drashna merged commit 841ea7c into qmk:master Jul 29, 2018
mattfluder pushed a commit to mattfluder/qmk_firmware that referenced this pull request Jul 30, 2018
* 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
@mechmerlin mechmerlin deleted the feature/dz60_capslock_led branch August 3, 2018 03:59
alexey-danilov pushed a commit to alexey-danilov/qmk_firmware that referenced this pull request Aug 3, 2018
* 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
ChrissiQ pushed a commit to ChrissiQ/qmk_firmware that referenced this pull request Sep 25, 2018
* 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
yamad pushed a commit to yamad/qmk_firmware that referenced this pull request Apr 10, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants