Explorar el Código

A3 doing fine

Jack Humbert hace 8 años
padre
commit
11a34b988c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      keyboards/qwiic_hub/qwiic_hub.c

+ 1 - 1
keyboards/qwiic_hub/qwiic_hub.c

@@ -19,7 +19,7 @@
 uint8_t *o_fb;
 
 void matrix_init_kb(void) {
-  ledDriverInit(1, GPIOA, 0b1000, &o_fb);
+  ledDriverInit(1, GPIOA, 0b100000000, &o_fb);
   testPatternFB(o_fb);
 
 	matrix_init_user();