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

Port over Noxary 268.2 from Rosakiin's Noxary Firmware #4354

Merged
merged 9 commits into from
Nov 6, 2018
Prev Previous commit
Next Next commit
Update keyboards/noxary/268_2/n268_2.c
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
  • Loading branch information
drashna and mechmerlin authored Nov 6, 2018
commit fc05b1b18d65dabecee846b296a4ade1df26f9f0
1 change: 1 addition & 0 deletions keyboards/noxary/268_2/n268_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ void led_set_kb(uint8_t usb_led) {
led_set_user(usb_led);
}

__attribute__((weak))
drashna marked this conversation as resolved.
Show resolved Hide resolved
void led_set_user(uint8_t usb_led) {
mechmerlin marked this conversation as resolved.
Show resolved Hide resolved

if (usb_led & (1 << USB_LED_CAPS_LOCK)) {
Expand Down