~ruther/qmk_firmware

7f8faa42 — Michael Stapelberg 3 years ago
core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947)

This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes https://github.com/kinx-project/kint/issues/8

related to https://github.com/kinx-project/kint/issues/10
92385e30 — Joel Challis 3 years ago
Manually format develop (#15003)

ee371c12 — Joel Challis 3 years ago
Fix up issues shown by clang-format of vusb (#15004)

4bf7ce22 — Albert Y 3 years ago
Add Fractal RGB matrix effects (#12670)

* Squashed fractal effect commit for easier rebase

* Update documentation

* Squashed fractal effect commit for easier rebase

* Update documentation

* Update doc spacing

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

* Update feature_rgb_matrix.md

Co-authored-by: filterpaper <filterpaper@localhost>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2980c63d — Drashna Jaelre 3 years ago
Fix issues with Oneshot disabling (#14934)

f7e94f66 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3c08817e — AnthonyNguyen168 3 years ago
[Keyboard] Fix keymaps, RGB matrix, add support for WS2812 (#14974)

Remove complex `fn_actions` macros (#14662)

* Remove complex `fn_actions` macros

* Remove additional `KC_FN*` instances
b25218cc — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
fe0acdd2 — Mateusz Ż 3 years ago
[CLI] Fix broken layout rendering in `qmk info` by '\n' (#14970)

aab39450 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
53d61495 — takashicompany 3 years ago
[Keyboard] Add new keyboard "QooLee" (#14977)

Co-authored-by: Ryan <fauxpark@gmail.com>
ba69c47b — MechMerlin 3 years ago
Add new default community layout for no f-row TKLs (#14812)

Co-authored-by: Ryan <fauxpark@gmail.com>
b8a1e0b5 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
1351dfff — MechMerlin 3 years ago
[Keymap] Disable in-switch RGB when computer goes to bed (#14993)

54aeba1e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
32d18f28 — Albert Y 3 years ago
[Keymap] Improved settings for Cradio default keymap (#14971)

Co-authored-by: filterpaper <filterpaper@localhost>
9e4dd8bf — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
5334e087 — jonavin 3 years ago
[Keymap] Jonavin userspace encoder alt tab scrolling (#14979)

Co-authored-by: Jonavin <=>
fb739a67 — Joel Challis 3 years ago
Enable configuration of PWM frequency for IS31FL3733B (#14983)

* Enable PWM frequency for IS31FL3733B

* Document config option

* clang
Next