예제 #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
}
예제 #2
0
void matrix_scan_user(void) {
    #ifdef SSD1306OLED
     iota_gfx_task();  // this is what updates the display continuously
    #endif
}
예제 #3
0
파일: keymap.c 프로젝트: 0xdec/qmk_firmware
void matrix_scan_user(void) {
  iota_gfx_task();  // this is what updates the display continuously
}
예제 #4
0
void matrix_scan_user(void) {
   iota_gfx_task();
}
예제 #5
0
void matrix_scan_keymap(void) {
   iota_gfx_task();
}