~ruther/qmk_firmware

bc47d66f — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
80a9649c — erikbakker-dev 4 years ago
add orthodeluxe keymap for Planck keyboard (#11077)

* add orthodeluxe keymap for Planck keyboard

* add licence header to config.h

* fix indentation

* add bootmagic lite and simplify code
9a4618b0 — Joshua Diamond 4 years ago
Address wake from sleep instability (#11450)

* resolve race condition between suspend and wake in LUFA

* avoid multiple calls to suspend_power_down() / suspend_wakeup_init()

* Remove duplicate suspend_power_down_kb() call

* pause on wakeup to wait for USB state to settle

* need the repeated suspend_power_down() (that's where the sleep is)

* more efficient implementation

* fine tune the pause after sending wakeup

* speculative chibios version of pause-after-wake

* make wakeup delay configurable, and adjust value

* better location for wakeup delay
85079d6a — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
7db826dc — Erovia 4 years ago
CLI: Fix json flashing (#11765)

193a9a97 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
d7126709 — Carlos 4 years ago
Fix Ergosaurus default RGB_DI_PIN (#11634)

* Update RGB_DI_PIN to match breakout on pcb

* Wrap in safer define check
a524c8c8 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
588fd8c2 — Jay Greco 4 years ago
[Keyboard] Add nullbitsco SCRAMBLE (#11078)

* Add SCRAMBLE

* Make requested changes to PR

* Add all layers to VIA keymap

Implement drashna's PR feedback in order to avoid random data within the layers in VIA.

* Make requested changes to PR

Implement fauxpark's PR feedback to clean up readme.md and rules.mk.

* Make changes based on PR feedback

-Changed VIA layers to enum
-Added info on how to enter the bootloader to readme
830b795e — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
3f91b2b8 — cole smith 4 years ago
added limit to RGB brightness (#11759)

9591e992 — Drashna Jaelre 4 years ago
Move transport.c to QUANTUM_LIB_SRC (#11751)

dca43880 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
[Docs] Japanese translation of internals_*.md (#10316)

* add git checkout internals_related.md translation

* update based on comment

* unify the end of sentence
ae4ee755 — Joshua Diamond 4 years ago
Stop sounds when suspended (#11553)

* fix stopping audio on suspend vs. startup sound

* trim firmware size

* fix stuck audio on startup (ARM)
db11a2a1 — Nick Brassel 4 years ago
Decouple USB events from the USB interrupt handler. (#10437)

0fa2e7c7 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
quantum.c send char cleanups (#11743)

ef6329af — Zach White 4 years ago
Create a system to map between info.json and config.h/rules.mk (#11548)

* generate rules.mk from a json mapping

* generate rules.mk from a json mapping

* support for config.h from json maps

* improve the mapping system

* document the mapping system

* move data/maps to data/mappings

* fix flake8 errors

* fixup LED_MATRIX_DRIVER

* remove product and description from the vision_division keymap level

* reduce the complexity of generate-rules-mk

* add tests for the generate commands

* fix qmk doctor when submodules are not clean
6cada2a3 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Next