This commit is contained in:
Oleg Kostyuk 2013-09-20 22:05:22 +03:00
parent f5f7a1793a
commit b32f56dff9

View file

@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
void led_set(uint8_t usb_led)
{
// topmost - NumLock
#ifdef INVERT_NUMLOCK
#ifndef INVERT_NUMLOCK
if (usb_led & (1<<USB_LED_NUM_LOCK)) {
ergodox_right_led_1_on();
} else {