Updated for ChibiOS and bugs

Migrated the configurations to the new ChibiOS version and fixed a bug that prevented you from capitalizing combined keys in qwerty mdoe
This commit is contained in:
Nathan Olivares 2021-10-07 21:04:46 -04:00
parent 57dcb46421
commit 9185ad707d
13 changed files with 370 additions and 1562 deletions

View file

@ -27,8 +27,10 @@
#define MATRIX_ROWS 4
#define MATRIX_COLS 12
#define MATRIX_COL_PINS { B15, B14, B13, B12, B1, B0, B9, B8, B7, B6, B5, B4 }
#define MATRIX_ROW_PINS { A15, B3, A7, A6 }
//#define MATRIX_COL_PINS { B15, B14, B13, B12, B11, B10, B9, B8, B7, B6, B5, B4 } // old 0.12
#define MATRIX_COL_PINS { B15, B14, B13, B12, B1, B0, B9, B8, B7, B6, B5, B4 } // gd
//#define MATRIX_ROW_PINS { A15, B3, B1, B0 } // old 0.12
#define MATRIX_ROW_PINS { A15, B3, A7, A6 } // current 0.16
#define DIODE_DIRECTION COL2ROW
/* Set 0 if debouncing isn't needed */
@ -40,7 +42,7 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define COMBO_COUNT 21
#define COMBO_COUNT 40 // 42 with uppers, 21 without
#define TAPPING_TERM 137
#define COMBO_TERM 35
#define FORCE_NKRO