Ver código fonte

A3 doing fine

Jack Humbert 8 anos atrás
pai
commit
11a34b988c
1 arquivos alterados com 1 adições e 1 exclusões
  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;
 uint8_t *o_fb;
 
 
 void matrix_init_kb(void) {
 void matrix_init_kb(void) {
-  ledDriverInit(1, GPIOA, 0b1000, &o_fb);
+  ledDriverInit(1, GPIOA, 0b100000000, &o_fb);
   testPatternFB(o_fb);
   testPatternFB(o_fb);
 
 
 	matrix_init_user();
 	matrix_init_user();