Skip to content

Instantly share code, notes, and snippets.

@jasonm23
Created September 27, 2017 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonm23/9ba2af14927c6684c492ea69acf8a31c to your computer and use it in GitHub Desktop.
Save jasonm23/9ba2af14927c6684c492ea69acf8a31c to your computer and use it in GitHub Desktop.
// update LED
if (led_status != host_keyboard_leds()) {
led_status = host_keyboard_leds();
keyboard_set_leds(led_status);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment