Browse Source

fix handwired/prime_exl_plus

skullY 6 years ago
parent
commit
a17fe1f2ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      keyboards/handwired/prime_exl_plus/prime_exl_plus.c

+ 1 - 0
keyboards/handwired/prime_exl_plus/prime_exl_plus.c

@@ -31,6 +31,7 @@ bool led_update_kb(led_t led_state) {
     writePin(B1, led_state.num_lock);
     writePin(B1, led_state.num_lock);
     writePin(B0, led_state.caps_lock);
     writePin(B0, led_state.caps_lock);
     //writePin(B2, led_state.scroll_lock);
     //writePin(B2, led_state.scroll_lock);
+    return true;
 }
 }
 
 
 //function for layer indicator LED
 //function for layer indicator LED