Browse Source

fix maartenwut/minitomic

skullY 6 years ago
parent
commit
0ef12b059d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      keyboards/maartenwut/minitomic/minitomic.c

+ 1 - 0
keyboards/maartenwut/minitomic/minitomic.c

@@ -34,5 +34,6 @@ bool led_update_kb(led_t led_state) {
     // This behavior depends on whether the LED is between the pin
     // and VCC or the pin and GND.
     writePin(C7, !led_state.caps_lock);
+    return true;
 }