~ruther/qmk_firmware

f861695e — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
4c6c3877 — Albert Y 2 years ago
Add an emphasis on QMK MSYS terminal (#21168)

* Add an emphasis on QMK MSYS terminal

Not using MSYS terminal is a frequent user error. This change
adds an additional statement to guide users to run the first
command in MSYS itself. Edited the same statement for consistency
in the other OSes.

* Update instructions for the other operating systems
d1d0925c — Xelus22 2 years ago
[Core] Optimisation - Add RGB LED colour set check in drivers (#21134)

9a6056d0 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
d042b92e — NortonTech 2 years ago
Add NortonTech handwired keypad (NortonTechPad) (#21148)

cc64247e — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
f1361717 — biuboom-jun 2 years ago
add kibou/wendy (#21150)

90ea9e44 — dexter93 2 years ago
Reset `matrix_need_update` properly in eager debouncing algorithms (#21154)

The `matrix_need_update` variable needs to be reset to `false` in
`transfer_matrix_values()`, otherwise that function continues to be
invoked for every scanning loop (forever with `sym_eager_pk` and
`sym_eager_pk`, or until some key gets released with
`asym_eager_defer_pk`), and the scanning rate gets much lower because of
all that useless work.

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
a059d121 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
dffbe1e6 — James Young 2 years ago
monoflex60: fix LAYOUT_60_iso_tsangan implementation (#21158)

3fa92a4e — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
57c5f3e6 — James Young 2 years ago
poker87d: correct layout data (#21159)

54274943 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
ae0342c1 — Pablo Martínez 2 years ago
[Bugfix] LVGL bindings wrong offset math (#21147)

fd1e638c — Albert Y 2 years ago
Use unsigned integer for mousekey kinetic speed (#21151)

a02230f6 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
bb57aa28 — James Young 2 years ago
peej/tripel: correct layout data (#21145)

Corrects the layout data for all three versions of the Peej Tripel.
ff1d7d28 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
45d06080 — James Young 2 years ago
xelus/rs108: correct layout data (#21146)

64eb9852 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
Next