~ruther/qmk_firmware

267864e4 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
46644b0a — Muhammad Rivaldi 3 years ago
[Keyboard] Add n60a pcb (#17273)

Co-authored-by: Drashna Jaelre <drashna@live.com>
86bfd819 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3e9f000a — paulgali 3 years ago
[Keyboard] Zeno 60% Ergo PCB (#17403)

Co-authored-by: Drashna Jaelre <drashna@live.com>
608404f8 — Daniel Kao 3 years ago
Fix AVR I2C master 1ms timeout (#17174)

* avr i2c_master: Fix 1ms timeout

i2c_start() produces a minimum time_slice of 1ms for use as timeout
value.
The timer granularity is 1ms, it is entirely possible for timer_count
to tick up immediately after the last timer read and falsely trigger
timeout with a '>= 1' comparison.

* avr/drivers/i2c_master: Use timer_elapsed()
be42c5fb — Dasky 3 years ago
Fix RGB heatmap to use XY positions and use correct led limits (#17184)

* Fix RGB heatmap to use XY positions

* lower effect area limit and make configurable

* tidy up macro

* Fix triggering in both directions.

* add docs

* fix bug when decreasing value

* performance tweak
2d7a2dfa — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
de4262f9 — Joel Challis 3 years ago
Add missing snop60 default keymap (#17443)

65fcf951 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
03d01825 — James Young 3 years ago
alt34 rev1: Configurator Compilation Fix (#17442)

* move USE_I2C and EE_HANDS definitions to keyboard level

Allow this keyboard to be compiled by QMK Configurator.

* remove redundant DEFAULT_FOLDER rule
d116cf5e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
c2e5953b — bbrfkr 3 years ago
[Keyboard] add dynamis keyboard (#15994)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2b23ca87 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
84718c0a — alabbe9545 3 years ago
[Keyboard] Add labbeminiv1 (#16401)

* [Keyboard] Add labbeminiv1

* Adjust vendor id

The used vendor id was in use

* Remove comment in the rgb keymap

* Update keyboards/labbe/labbeminiv1/rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

* Rename rgb matrix keymap folder

Co-authored-by: Ryan <fauxpark@gmail.com>
503b40e7 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
712f6cf4 — Ryan Baker 3 years ago
[Keyboard] Add rb18 keyboard (#17306)

52c15177 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
7b7fb63f — Ramon Imbao 3 years ago
[Keyboard] Add Nayeon by Abats Keyboard Club (#16659)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
1a400d86 — Joel Challis 3 years ago
Allow encoder config from info.json (#17295)

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