~ruther/qmk_firmware

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>
de2b180b — Its TLeo 2 years ago
[Keyboard] add itstleo40 PCB (#21536)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
[Keyboard] Add Divine keyboard (#21593)

4f095252 — Sergey Vlasov 2 years ago
helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608)

The code for Helix rev3 boards could not be built with, e.g.,
`CONVERT_TO=rp2040_ce` due to invalid `#include <stdio.h>` in the
keyboard level `config.h` (apparently the AVR version of that file
contains guards against usage in assembly code, which was hiding the
bug).  Move `#include <stdio.h>` to the C sources which need it.
ce11427b — Duncan Sutherland 2 years ago
Amend documented `RGBLIGHT_HUE_STEP` default value (#21617)

bf498b2d — harveysch 2 years ago
[Keyboard] Add splitkb.com's Aurora Sofle v2 (#21499)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Thomas Baart <mail@thomasbaart.nl>
d9260b19 — Nick Brassel 2 years ago
Revert "Equals keyboard" (#21622)

[Keyboard] Phoenix Project No 1 support (#21068)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
c890766a — jonylee@hfd 2 years ago
[Keyboard] Add m1 keyboard (#19799)

Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: wb-joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
eb188bd4 — cole smith 2 years ago
[Keyboard] boardsource/equals (#21230)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6A73@pm.me>
Next