qmk_firmware/keyboards/keychron
Sergey Vlasov b1fbfaaacc
keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (#21805)
Although `keychron/c2_pro/ansi/rgb` and `keychron/c2_pro/ansi/white` use
the same custom matrix code, the matrix layouts are slightly different;
in particular, only the `keychron/c2_pro/ansi/white` board actually uses
column 19.  However, the handling of column 19 in the custom matrix code
was broken, therefore that column did not work.

Looks like the custom matrix code assumes that `SHIFT_COL_END` refers to
the last column connected to the shift register, and not to the column
past that; so the value of `SHIFT_COL_END` needs to be changed from 19
to 18 (columns 11...18 are connected to the shift register, and column
19 is connected to the C14 pin).

Also the code which was determining `SIZE_T` and `UNSELECT_ALL_COL` had
an off-by-one bug when counting the required number of bits (again due
to the confusion on the `SHIFT_COL_END` meaning); this had been fixed
too (the actual behavior of that part of the code did not change,
because both the old and the new version select the 8 bit variant).
2023-08-23 10:13:03 +01:00
..
c1_pro [Keyboard] Add Keychron C1 Pro (#20700) 2023-06-20 09:41:45 -06:00
c2_pro keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (#21805) 2023-08-23 10:13:03 +01:00
common
q0
q1
q2
q3
q4
q5
q6
q7
q8
q9
q10
q11 Keychron Q11 ISO: Fix left Shift breakage due to a wrong matrix mask (#21655) 2023-08-01 04:14:20 +01:00
q12
q60
q65
s1 Add Caps Lock indicator for Kyechron S1 white backlight version (#21559) 2023-07-24 21:05:17 -06:00
v1
v2
v3
v4 Keychron V4 Touch-Up (#21545) 2023-07-17 19:48:11 -07:00
v5
v6
v7
v8
v10