Typo fix
This commit is contained in:
parent
f5f7a1793a
commit
b32f56dff9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
void led_set(uint8_t usb_led)
|
void led_set(uint8_t usb_led)
|
||||||
{
|
{
|
||||||
// topmost - NumLock
|
// topmost - NumLock
|
||||||
#ifdef INVERT_NUMLOCK
|
#ifndef INVERT_NUMLOCK
|
||||||
if (usb_led & (1<<USB_LED_NUM_LOCK)) {
|
if (usb_led & (1<<USB_LED_NUM_LOCK)) {
|
||||||
ergodox_right_led_1_on();
|
ergodox_right_led_1_on();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue