~ruther/qmk_firmware

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

e6187b78 — Duncan Sutherland 2 years ago
correct keymap file name for tkl_f13_jis layout (#21631)

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)

Contributing docs: add note to make sure repo is up to date (#21694)

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

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
aa8d1c5e — 3geek14 2 years ago
Clarify custom keycode enum requirement for PRs (#21648)

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.
14e14e9a — 3geek14 2 years ago
Correct "less than" to "up to" in squeezing_avr?id=layers (#21639)

03b38409 — lalalademaxiya1 2 years ago
Updated info.json of c2 pro (#21581)

5f0eab95 — Leon Anavi 2 years ago
[Keyboard] Add ANAVI Macro Pad 12 (#21547)

191b9899 — Álvaro Cortés 2 years ago
[Keymap] update colemad crkbd (corne) keyboard (#21515)

Co-authored-by: Álvaro Cortés Devesa <alvarocortesdevesa@Alvaros-MacBook-Pro.local>
Next