Browse Source

adds default encoder res

pull/2666/head
Jack Humbert 6 years ago
parent
commit
fe72bfa070
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/planck/rev6/matrix.c

+ 1
- 1
keyboards/planck/rev6/matrix.c View File

@ -94,7 +94,7 @@ bool last_dip_switch[4] = {0};
#ifndef ENCODER_RESOLUTION
#define ENCODER_RESOLUTION 4
#undef ENCODER_RESOLUTION
#endif
uint8_t matrix_scan(void) {
// dip switch


Loading…
Cancel
Save