Age | Commit message (Collapse) | Author |
|
[enhancement]
|
|
Correct key sizes/positioning on the right side of the board.
|
|
* [docs] add layout/matrix diagram
* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_ansi_tsangan
* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan
* [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi
* [enhancement] correct LAYOUT_tkl_iso key order
* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift
* [enhancement] add LAYOUT_tkl_iso_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_iso_tsangan
* [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso
* [enhancement] add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso_tsangan
* [enhancement] extend Community Layout support
|
|
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_65_ansi_blocker_split_bs
* [enhancement] add LAYOUT_65_ansi_blocker
* [enhancement] add LAYOUT_65_ansi_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_65_ansi_blocker_tsangan
* [enhancement] add LAYOUT_65_iso_blocker_split_bs
* [enhancement] add LAYOUT_65_iso_blocker
* [enhancement] add LAYOUT_65_iso_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_65_iso_blocker_tsangan
* [enhancement] enable Community Layout support
|
|
* [bugfix] correct LAYOUT_60_iso_tsangan key order
* [docs] add layout/matrix diagram
* [enhancement] add LAYOUT_60_tsangan_hhkb
* [enhancement] add LAYOUT_60_ansi_tsangan
* [enhancement] add LAYOUT_60_iso
* [enhancement] add LAYOUT_60_iso_split_bs_rshift
* [enhancement] add LAYOUT_60_iso_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_60_hhkb
* [enhancement] extend Community Layout support
|
|
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_ansi_blocker_split_bs
* [enhancement] add LAYOUT_ansi_blocker
* [enhancement] add LAYOUT_ansi_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_ansi_blocker_tsangan
* [enhancement] add LAYOUT_iso_blocker_split_bs
* [enhancement] add LAYOUT_iso_blocker
* [enhancement] add LAYOUT_iso_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_iso_blocker_tsangan
|
|
|
|
[refactor]
|
|
* [enhancement] correct layout data
* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan
* [enhancement] enable Community Layout support
* Haven80 Solder: add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift
[enhancement]
* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift
[enhancement]
* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan
[enhancement]
* Haven80 Solder: extend Community Layout support
[enhancement]
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf <contact@vwolf.be>
|
|
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: syc <squall_sha@163.com>
|
|
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
|
|
|
|
* [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker
* [enhancement] enable Community Layout support
|
|
* [refactor] rename LAYOUT_75_ansi to LAYOUT
* [enhancement] touch-up layout
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
* Update keymap.c to add encoder
* Fix build
---------
Co-authored-by: zvecr <git@zvecr.com>
|
|
|
|
... and set all keys to printable characters (as described in the
keymap's readme)
|
|
|
|
|
|
|
|
|
|
* Move RGBLight animations to data driven, 0-9
* Move RGBLight animations to data driven, A
* Move RGBLight animations to data driven, B
* Move RGBLight animations to data driven, C
* Move RGBLight animations to data driven, D
* Move RGBLight animations to data driven, E
* Move RGBLight animations to data driven, F
* Move RGBLight animations to data driven, G
* Move RGBLight animations to data driven, H
* Move RGBLight animations to data driven, handwired
* Move RGBLight animations to data driven, I
* Move RGBLight animations to data driven, J
* Move RGBLight animations to data driven, K
* Move RGBLight animations to data driven, L
* Move RGBLight animations to data driven, M
* Move RGBLight animations to data driven, N
* Move RGBLight animations to data driven, O
* Move RGBLight animations to data driven, P
* Move RGBLight animations to data driven, Q
* Move RGBLight animations to data driven, R
* Move RGBLight animations to data driven, S
* Move RGBLight animations to data driven, T
* Move RGBLight animations to data driven, U
* Move RGBLight animations to data driven, V
* Move RGBLight animations to data driven, W
* Move RGBLight animations to data driven, X
* Move RGBLight animations to data driven, Y
* Move RGBLight animations to data driven, Z
* Fix incorrect placement
* Fix build failures and mismatches
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
|
|
Co-authored-by: jack <0x6a73@protonmail.com>
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
|
|
|
|
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
|
|
|
|
Co-authored-by: jack <0x6a73@protonmail.com>
|