Browse Source

Fix pinout for Quefrency left half w/macros

pull/5251/head
Danny Nguyen 5 years ago
committed by Drashna Jaelre
parent
commit
da5e904306
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      keyboards/keebio/quefrency/rev1/config.h

+ 4
- 2
keyboards/keebio/quefrency/rev1/config.h View File

@ -34,8 +34,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COLS 8
// wiring of each half
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6, C6 }
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4, C6 }
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6, B5 }
#define MATRIX_ROW_PINS_RIGHT { F4, D4, D7, E6, B4, B5 }
#define MATRIX_COL_PINS_RIGHT { F5, F6, F7, B1, B3, B2, B6, C6 }
#define SPLIT_HAND_PIN D2
/* Set 0 if debouncing isn't needed */


Loading…
Cancel
Save