diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2019-12-19 21:50:59 -0800 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-12-19 21:50:59 -0800 |
commit | adf4acf5967e9dd50eac1583ead1fa796487882c (patch) | |
tree | a92555a70d3e70f1310d5c087867c918e06a1b51 /keyboards | |
parent | e4c257fb01ac58230d982cf554bd1e73dd2b7d8a (diff) |
[Keyboard] Clueboard 60 fix col 11 12 mixup (#7685)
* Fix reversed col 11 and 12
- the two columns are reversed in the matrix
* Fix gui
* Fix reversed col 11 and 12
- the two columns are reversed in the matrix
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/clueboard/60/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/clueboard/60/config.h b/keyboards/clueboard/60/config.h index aa544c70bb..f0e157ff14 100644 --- a/keyboards/clueboard/60/config.h +++ b/keyboards/clueboard/60/config.h @@ -47,7 +47,7 @@ * */ #define MATRIX_ROW_PINS { B0, B1, B2, A15, A10 } -#define MATRIX_COL_PINS { A2, A3, A6, B14, B15, A8, A9, A7, B3, B4, C14, C15, C13, B5, B6 } +#define MATRIX_COL_PINS { A2, A3, A6, B14, B15, A8, A9, A7, B3, B4, C15, C14, C13, B5, B6 } #define UNUSED_PINS { A0, A1, A9, B7, B8, B9, B10, B11, B12, B13 } #define DIODE_DIRECTION COL2ROW |