~ruther/qmk_firmware

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
Fix ChibiOS backlight not turning off on suspend (#10114)

* Fix ChibiOS backlight not turning off on suspend

* Add missing code for backlight as caps lock too
2f9eb4cd — Jonathan Dayton 5 years ago
[Keyboard] For Science (#9607)

* Add a compiling layout based on minidox

* Add the correct pins

* Add old for science code

* Update to 2020 standards

* Get the keymap working

* update config

* Update pinout

* Fix pins

* Make requested changes

* Add info.json for configurator

* for science - PR comments

* Apply suggestions from code review
bad662b8 — Fidel Coria 5 years ago
[Keyboard] Handwired pteron38 (#10035)

* setup handwired pteron38

* Clean up readme

* readme follow template

* c formatting conventions

* remove  file size comments from rules.mk

* use direct link to imgur image

* Apply suggestions from code review

* add license
kbd67/mkiirgb - allow disabling rgb matrix (#10147)

* kbd67/mkiirgb - allow disabling rgb matrix

wrap rgb matrix funs in defines

* kbd67mkiirgb - changes per review

remove kb funcs that just call the user version. what's left is all rgb
matrix stuff so we can just wrap the whole file.
Next