~ruther/qmk_firmware

2dbc71f0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
d1cbea68 — Ryan Baker 4 years ago
rb86 (#13824)

* rb86

* adjudicate comments
c48d9c2b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
2b097d67 — Joakim Tufvegren 4 years ago
Fix overflows in WPM calculations (#13128)

* Fix overflow in WPM calculations.

First, the "fresh" WPM calculation could end up being up to 12000 (with
default `WPM_ESTIMATED_WORD_SIZE`) if keys were pressed more or less
simultaneously. This value has now been clamped down to 255, in effect
clamping WPM to its max value of 255.

Second, with `WPM_ALLOW_COUNT_REGRESSION` enabled, it was possible to
regress the WPM below 0 (i.e. to 255) by just repeatedly pressing
backspace.

* Fix WPM being limited to 235 due to float/int logic.
982b782c — Joakim Tufvegren 4 years ago
Trigger a wakeup after USB Reset on ChibiOS. (#12831)

After a USB Reset event the device must, according to the spec wake up
from any suspend state, so the Configured event that arrives afterwards
should be interpreted as an implicit wakeup.
1409b368 — Joakim Tufvegren 4 years ago
Remove the #10088 hotfix for Teensy 3.1-like Input:Club keyboards (#12870)

* Remove the #10088 hotfix for K20x MCU:s.

It seems to _cause_ the issue it intended to solve there.

* Cleaner way of removing #10088 hotfix.

Now only affects Ergodox Infinity, Whitefox and K-type, though.

Switches over Ergodox Infinity to the `IC_TEENSY_3_1` board, since that
was a nice place to implement the `restart_usb_driver` override.
However, I would guess this issue is present for other K20x/Teensy 3.1
boards as well...

* Fix comment regarding `IC_TEENSY_3_1` for all keyboards using it.
34de7ca2 — Joel Challis 4 years ago
Move print/debug files to quantum (#12069)

* move print/debug files to quantum

* Update comments
3f419dc8 — Joel Challis 4 years ago
Unconditionally call led_init_ports (#12116)

* Unconditionally call led_init_ports

* Another call to led_init_ports
2bc7511b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
f2fc23d1 — James Young 4 years ago
aves65: complete layout data (#13868)

add layout data for:
- LAYOUT_all
- LAYOUT_65_iso
- LAYOUT_65_iso_split_bs
- LAYOUT_65_iso_blocker_split_bs
- LAYOUT_65_ansi
- LAYOUT_65_ansi_split_bs
- LAYOUT_65_ansi_blocker
- LAYOUT_65_ansi_blocker_split_bs
51eb5285 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
e9a3e208 — James Young 4 years ago
4pplet/eagle_viper_rep/rev_a: fix missing key object (#13867)

Adds a key object for the KC_NUHS key to the info.json data.
738e8e72 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
85334423 — Jonathan Rascher 4 years ago
[Keymap] Minor cleanup of bcat keymaps and userspace (#13224)

69619768 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
4d42fb20 — James Young 4 years ago
40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8 (#13866)

* 40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8

* remove ortho_4x8 from Community Layouts rule

ortho_4x8 isn't a valid option here.
a14f331c — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
2d78a435 — James Young 4 years ago
capsunlocked/cu7: fix missing key object (#13862)

Adds a key object for the encoder keypress.
79c88767 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
fd9d531b — plarso 4 years ago
[Docs] Remove extra word it bootmagic page (#13855)

Next