~ruther/qmk_firmware

3c74edbc — Drashna Jaelre 5 years ago
Disable NKRO on V-USB controllers (#9054)

* Disable NKRO on V-USB controllers

* not _currently_ supported text

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

Co-authored-by: Ryan <fauxpark@gmail.com>
686a9d35 — Nick Brassel 5 years ago
Re-fix the STM32 dual-bank bootloader stuff. (#9738)

* Re-fix the dual-bank bootloader stuff.

* Use wait_ms() instead of using nop's for a delay, as ChibiOS is actually running at the time of bootloader jump.
b0335b27 — Pete Sevander 5 years ago
Bigger combo index (#9318)

* Add change log

* Change combo index from uint8_t to uint16_t
93e7a8f7 — Nick Brassel 5 years ago
Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge RC circuit. (#8778)

d0abad27 — dhong44 5 years ago
Fix the mousekey scrolling (#9174)

Mousekey scrolling should have a separate repeat variable
to keep track of scrolling acceleration, instead of being
tied to mouse movement scolling in mousekeys. The send function
should record when the last movement was made since this is
when movement is actually sent. Doing this fixes the bug where
the initial press of a mousekey scroll button causes a double scroll.

Signed-off-by: Daniel Hong <daniel.hong@live.com>
86e30c26 — Nick Brassel 5 years ago
F303/Proton-C migration. (#9315)

c6b7a0d3 — Nick Brassel 5 years ago
Add support for DMAMUX-capable MCU configuration with WS2812 PWM driver. (#9471)

Change analogRead calls to analogReadPin (#9023)

* Change analogRead calls to analogReadPin

* Add ChangeLog

* Update docs, remove mention of `analogRead()`

* Retarget changelog for next round
60e5733c — Nick Brassel 5 years ago
`qmk cformat` on `develop` (#9501)

Don't compile outputselect.c if Bluetooth is disabled (#9356)

Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)

Additional cleanups for V-USB code (#9310)

a3933bdb — Nick Brassel 5 years ago
Attempt to fix CI for non-master branches. (#9308)

Convert `CONSUMER2BLUEFRUIT()` and `CONSUMER2RN42()` macros to static inline functions (#9055)

Various tidyups for USB descriptor code (#9005)

385d49cc — Nick Brassel 5 years ago
Initial work for consolidation of ChibiOS platform files (#8327)

* Initial work for consolidation of board files and default ChibiOS configs.

* Migrate F401/F411 black pills for testing.

* Add early init bootloader jump flag.

* Add support for I2C in order to use i2c_scanner keymap.

* Add F401/F411 HSE bypass to get things booting.

* Exempt "hooked" ChibiOS conf files from updater script.

* Fix up ordering for bootloader_defs file check.

* Match previous $(KEYBOARD_PATHS) value for Proton-C, updated for all board configs.
Remove iWRAP protocol (#9284)

3dbbd4cf — James Young 5 years ago
Branch point for 2020 Aug 29 Breaking Change

Update readme.md
Add debug logging to `run()` (#9986)

c9eaf1ac — Evgenii 5 years ago
update info.json file for handwired/zergo (#10117)

* Rename keyboards/handwired/zergo/keymap.c to keyboards/handwired/zergo/keymaps/default/keymap.c

* Update rules.mk

* Update rules.mk

* Update bootloader.mk

* Update rules.mk

* Update bootloader.mk

* Update info.json

* Update rules.mk

* Update zergo.h

* Update info.json

* Update keymap.c

* Update keyboards/handwired/zergo/info.json

* Update keyboards/handwired/zergo/keymaps/default/keymap.c
Next