~ruther/qmk_firmware

300dab79 — Albert Y 3 years ago
[Code] Add solid reactive gradient mode (#17228)

3c58f989 — Stefan Kerkmann 3 years ago
[Core] PMW33XX drivers overhaul (#17613)

* PMW33XX drivers overhaul

This combines the PMW3389 and PM3360 drivers as they only differ in the
firmware blobs and CPI get and set functions. The following changes have
been made:

* PMW3389 now gets the same multi-sensor feature that is already available on the
  PMW3360.

* Introduced a shared pmw33xx_report_t struct is now directly readable via SPI
  transactions instead of individual byte-sized reads, saving multiple
  copies and bitshift operations.

* pmw33(89/60)_get_report functions had unreachable branches in their motion
  detection logic these have been simplied as much as possible.

* The fast firmware upload option has been removed as this becomes obsolete by
  the newly introduced polled waiting functions for ChibiOS polled waiting

* PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options
  have been removed as they don't need to be configurable.

* All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix
  to reduce code duplication and make the defines interchangeable

* Adjust keyboards to PMW33XX naming scheme
82685fc2 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
928be32c — James Young 3 years ago
KPrepublic BM80v2 ISO Refactor (#17660)

* bm80v2_iso.h: convert tabs to spaces

* bm80v2_iso.h: use ___ for KC_NO

* bm80v2_iso.h: use QMK 3-character notation

* refactor macro for tkl_iso Community Layout compatibility

- move the matrix position identifier for Enter to the home row

* info.json: correct layout data

* rules.mk: tidy-up formatting

* readme.md: tidy-up formatting

* update maintainer; re-assign copyright

* assign ISO-appropriate keycodes in keymaps
9b04e9be — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
acc11f49 — Kyle McCreery 3 years ago
[Keyboard] MechWild BB Steno (#17163)

* allowing the kt60 file to be modified so I can do things while waiting for it to be fixed upstream

* Initial commit

* testing modes

* working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it.

* needs to be updated from vial build

* prepping for PR

* added rgb mode cycling to fn1 since it isn't on the encoder for these maps

* shipping firmware built. Need to clean up readme and info.json layout

* removing puckbuddy files from this branch

* readme done, prepping for PR

* info.json updated prepping for PR

* Restore cirque driver that was modified from puckbuddy testing on this branch

* applying changes from review

* Update keyboards/mechwild/bbs/bbs.c

* Fixed info.json

* Apply suggestions from code review
633df1f3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
99e9e1b8 — wangfuco 3 years ago
[Keyboard] Modelm101 teensy2 (#16805)

* Add modelm101_teensy2 files from modelm101

* Change info.json

* Update README.md

* Update pin def

* Fix file name

* Update readme.md

* Delete config.h

* Apply suggestions from code review

* Update keyboards/converter/modelm101_teensy2/config.h

* Delete keyboards/converter/modelm101_teensy2/keymaps/iw0rm3r directory

* Delete .noci
ce2ac433 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
4ef0c823 — James Young 3 years ago
Ducky One 2 SF touch-up (#17672)

* info.json: correct JSON syntax error

* info.json: correct key sizes

* update readme files

Moves nearly all of the information about this keyboard to the 1967st version's readme, because this readme is exposed in QMK Configurator.

Also updates the readme to align more closely with QMK's keyboard readme template.

* info.json: update metadata

Updates the keyboard name and maintainer fields.
2cdaa639 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
f7510ca2 — James Young 3 years ago
Gentoo & Gentoo Hotswap: correct Configurator key sequence errors (#17668)

* Gentoo info.json: apply friendly formatting

* Gentoo info.json: correct key sequence error

* Gentoo Hotswap info.json: apply friendly formatting

* Gentoo Hotswap info.json: correct key sequence error
6eac9828 — James Young 3 years ago
Swift65 Hotswap: correct key sizes (#17666)

Corrects the key sizes on the bottom row (1.5-1-1.5-7 instead of 1.25-1.25-1.25-7.25).
dc70ba61 — Nick Brassel 3 years ago
Post-bootloader EFL/SPI fixes. (#17661)

* Fixup read address for EFL driver.

* Fixup sequencing of SPI.

* Lock during init of EFL backing store.
2a0d490e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
d98f3094 — Drashna Jaelre 3 years ago
[Keyboard] Fix compilation issue for runes/skoldjr (#17659)

09e4001b — Drashna Jaelre 3 years ago
[Bug] Fix compile issue with LED Matrix (#17658)

4b108f76 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
acf11431 — Yizhen Liu 3 years ago
[Keyboard] Kprepublic bm80v2 iso issue resolved (#17657)

Co-authored-by: Drashna Jaelre <drashna@live.com>
b21a52c8 — Drashna Jaelre 3 years ago
Fix compilation issue with Cirque Guestures file (#17656)

Next