]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Typo fix
authorOleg Kostyuk <cub.uanic@gmail.com>
Fri, 20 Sep 2013 19:05:22 +0000 (22:05 +0300)
committerOleg Kostyuk <cub.uanic@gmail.com>
Fri, 20 Sep 2013 19:05:22 +0000 (22:05 +0300)
keyboard/ergodox/led.c

index 55fb4ff3b44e1eaf14c027484e23282454e601a8..7a2c4ebf3fa8f61871d2b2cdfb10724c4b93fa63 100644 (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 {