Exemple #1
0
void matrix_scan_user(void) {
    static int scan_count = 0;
    if( scan_count == 2 ) {
      rgblight_enable();
      rgblight_mode(35);
    }
    if( scan_count < 3 ) scan_count ++;
     iota_gfx_task();  // this is what updates the display continuously
}
Exemple #2
0
void matrix_scan_user(void) {
    #ifdef SSD1306OLED
     iota_gfx_task();  // this is what updates the display continuously
    #endif
}
Exemple #3
0
void matrix_scan_user(void) {
  iota_gfx_task();  // this is what updates the display continuously
}
Exemple #4
0
void matrix_scan_user(void) {
   iota_gfx_task();
}
Exemple #5
0
void matrix_scan_keymap(void) {
   iota_gfx_task();
}