~ruther/qmk_firmware

b1ceb4bb — Denis Savran 3 years ago
Fix one-shot locked modifiers (#16114)

* Fix state updates of one-shot locked modifiers

Activating additional one-shot locked modifiers removed previously enabled locked modifiers from the state.
`get_oneshot_locked_mods` returned zero when two or more one-shot locked modifiers were enabled and then one was disabled.

* Do not delete one-shot locked modifiers on a one-shot layer toggle

Non-locked one-shot modifiers are not removed so this behavior adds inconsistency.
Also the one-shot locked modifiers state was reset without unregistering any modifiers.
5fc8f848 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
0d67eec5 — alaviss 3 years ago
Ploopy Trackball Mini: only define DPI options as needed (#16160)

9bd8d088 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
8826a1de — Ramon Imbao 3 years ago
[Keyboard] Add the Ciel (#16816)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
c6de26fc — Brandon Claveria 3 years ago
[Keyboard] Add digicarpice (#16791)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: swiftrax <swiftrax@github.com>
f6fd6942 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
5fe3b9ff — Álvaro A. Volpato 3 years ago
[Keyboard] SharkPCB release Beta compatibility (#16713)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
5b6faa17 — Michał Szczepaniak 3 years ago
Add customizable snake and knight animation increments (#16337)

4d67fe66 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
fdd4af99 — yfuku 3 years ago
[Keyboard] Add sandbox keyboard (#16021)

Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
58c2bb4d — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
7d60a141 — James Young 3 years ago
Anne Pro 2 Refactor (#16864)

* move RGB Matrix rules to keyboard level

* move PERMISSIVE_HOLD config to keyboard level

* annepro2.c: convert tabs to spaces

* refactor rules.mk files

Reformats each version's `rules.mk` file to be arranged more similarly to those of the rest of the keyboards in QMK.

No logic change.

* annepro2.c: allow compilation without RGB Matrix

Wraps the `led_enabled` definition and the `KC_AP_RGB_*` keycodes in `#ifdef RGB_MATRIX_ENABLE`, allowing successful compilation if the user sets `RGB_MATRIX_ENABLE = no`.

* rework readme files

Reworks the main `readme.md` file to be more friendly to GitHub viewing, and removes the single-line version-specific readme files (exposes the main readme to QMK Configurator users).

* info.json: update maintainer value

* info.json: apply friendly formatting
d9583292 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
a5a45973 — Albert Y 3 years ago
Refine LED indicator documentation (#16304)

df95495d — Nick Brassel 3 years ago
Fix #16859. (#16865)

147e57fd — Stefan Kerkmann 3 years ago
[QP] Check BPP capabilities before loading the palette (#16863)

5841c755 — Simon Arlott 3 years ago
rgblight: Add functions to stop blinking one or all but one layer (#16859)

e5918cf9 — Albert Y 3 years ago
Heatmap incorrect matrix effect workaround (#16315)

030a96a3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Next