[Keyboard] Add Shostudio Arc (#21733)
Fix `keyboard` field for some JSON keymaps (#21752)
correct keymap file name for tkl_f13_jis layout (#21631)
[Keyboard] Update USB settings for dactyl_maximus (#21666)
[Keyboard] fix json for nemui65 (#21629)
[Keymap] Add Via keymap for CXT Studio (#21675)
[Keyboard] Update usb.* of `dactyl_lightcycle` (#21462)
Fix `binepad/bn009` and `durgod/dgk6x/hades_ansi` keymaps (#21701)
Contributing docs: add note to make sure repo is up to date (#21694)
Clarify custom keycode enum requirement for PRs (#21648)
moondrop/dash75: fix keymap (#21680)
[Keyboard] Add Bento Box macropad (#20521)
Keychron Q11 ISO: Fix left Shift breakage due to a wrong matrix mask (#21655)
Keychron Q11 uses `matrix_mask` to mask away the matrix location used
for `SPLIT_HAND_MATRIX_GRID` (otherwise the keyboard will constantly
generate a wakeup request whenever the host enters suspend). However,
the value of `matrix_mask` is actually chosen to mask away all unused
locations, but it was apparently generated for the ANSI board and
therefore masks away the left Shift key on the ISO board, breaking the
functionality of that key.
Fix `matrix_mask` to make the masking work as intended:
- Set the `[4, 1]` bit to 1; this is the matrix location for the ISO
left Shift.
- Set the `[2, 5]` bit to 0; this is actually the matrix location which
corresponds to `#define SPLIT_HAND_MATRIX_GRID A2, A15` on the left
side, which was intended to be masked; apparently the wakeup problem
does not happen due to `SPLIT_HAND_MATRIX_GRID_LOW_IS_RIGHT`, so the
left half actually has that matrix location open. On the right side
`A2, A15` is `[9, 6]`, which was masked off correctly.
Correct "less than" to "up to" in squeezing_avr?id=layers (#21639)
Updated info.json of c2 pro (#21581)
[Keyboard] Add ANAVI Macro Pad 12 (#21547)