~ruther/qmk_firmware

ref: ad954fe8aec7cbae80c07a757791ab195b72f477 qmk_firmware/keyboards d---------
ad954fe8 — Joe Scotto 2 years ago
Add ScottoErgo Keyboard (#20944)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
dbd847d4 — Dane Lipscombe 2 years ago
[Keyboard] Add Chouchou keyboard (#21699)

31a9d2d0 — Yizhen Liu 2 years ago
[keyboard] Graystudio Think6.5 V3 Support Revised (#21560)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
6038023c — Janat Taerakul 2 years ago
[Keymap] submitting janat-t planck keymap (#21619)

Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>
280a96b5 — Andre Brait 2 years ago
[Keymap] Update andrebrait keymap for GMMK Pro (#21668)

815cecfb — Richard Baptist 2 years ago
[Keymap] Update rpbaptist crkbd (#21674)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Richard Baptist <richard@remote.com>
f3ef90ba — mechlovin 2 years ago
[Keyboard] Add Shostudio Arc (#21733)

Fix `keyboard` field for some JSON keymaps (#21752)

8d0e9e00 — jonylee@hfd 2 years ago
[Keyboard] Add mk47 keyboard (#19797)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
6f638572 — Duncan Sutherland 2 years ago
[Keyboard] Update USB settings for dactyl_maximus (#21666)

e4e90fa1 — spbgzh 2 years ago
[Keyboard] fix json for nemui65 (#21629)

3831407d — Brian McKenna 2 years ago
[Keymap] Add Via keymap for CXT Studio (#21675)

a0c99e34 — gskygithub 2 years ago
[Keyboard] Add Projectd/65/Projectd_65_ansi (#21520)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
75d84e5f — Duncan Sutherland 2 years ago
[Keyboard] add laneware `raindrop` keyboard (#21277)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
e4716d24 — Duncan Sutherland 2 years ago
[Keyboard] Update usb.* of `dactyl_lightcycle` (#21462)

Fix `binepad/bn009` and `durgod/dgk6x/hades_ansi` keymaps (#21701)

37b62606 — Hugh Rawlinson 2 years ago
Add VIA layout for Dactyl Manuform 5x6 (#21649)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
moondrop/dash75: fix keymap (#21680)

34a2f142 — Synth and Keys 2 years ago
[Keyboard] Add Bento Box macropad (#20521)

d16d87c2 — Sergey Vlasov 2 years ago
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.
Next