]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/planck/led.c
Replaced tabs with spaces to match TMK convention.
[qmk_firmware.git] / keyboard / planck / led.c
index 448df2ccfb3919a904bb70de4971f3d0aac2329e..1f3643488300d6a8b525467b98c9660c2693904f 100644 (file)
@@ -22,8 +22,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 void led_set(uint8_t usb_led)
 {
-       // Using PE6 Caps Lock LED
-       if (usb_led & (1<<USB_LED_CAPS_LOCK))
+    // Using PE6 Caps Lock LED
+    if (usb_led & (1<<USB_LED_CAPS_LOCK))
     {
         // Output high.
         DDRE |= (1<<6);