~ruther/qmk_firmware

f36112e9 — cole smith 5 years ago
added keyboard 5x12 to boardsource folder (#9438)

* added keyboard 5x12 to boardsource folder

* Apply suggestions from code review

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

Co-authored-by: Ryan <fauxpark@gmail.com>
30cdf933 — Drashna Jaelre 5 years ago
Change `led` variable in rgb_matrix_drivers to avoid conflicts (#9412)

* Change `led` to `led_matrix` in rgb_matrix_drivers

Is a minor change that only affects the driver file. 

However, this will allow somebody to run rgblight along side rgb matrix
using the ws2812 driver, as well.  Specifically, so you can use the
custom driver for rgblight to set a different pin (barring a change to
the `ws2812_setleds` function).  

Courtesy of discord conversion:
https://discordapp.com/channels/440868230475677696/568161140534935572/721555623191248906

* Change name to be super specific

* Update rgb_matrix_drivers.c
8252f378 — stanrc85 5 years ago
Add velocikey to alice keymap (#9476)

d7f9e6fc — siano 5 years ago
Added missing RGB controls on layer 1. (#9481)

5c073630 — Joshua Diamond 5 years ago
spidey3 userspace: GUI F-Key lock was affecting some non-F-keys (#9469)

b6e9ef8d — Joel Challis 5 years ago
CI: Run 'qmk info' on keyboard changes (#9212)

e58ab6d3 — Thorsten 5 years ago
update shell.nix (#8910)

* now uses gcc 8.4
* fixes building boards with adafruit feather (in my case pancake)
02781979 — Konstantin Đorđević 5 years ago
[Docs] Improve Unicode documentation (#8676)

Remove more useless code (#9475)

de79d551 — MechMerlin 5 years ago
New Keyboard: E8.5 TKL (#9447)

Co-authored-by: Ryan <fauxpark@gmail.com>
580cb2c1 — Takeshi ISHII 5 years ago
[Update] Files with Japanese translations related to #8822 (#9455)

* The TAG of the original document has been updated to facilitate future verification.

* The TAG of the original document has been updated to facilitate future verification.

* The TAG of the original document has been updated to facilitate future verification.
d9eae3ef — MelGeek 5 years ago
Support IS31FL3741 and IS31FL3741A. (#9201)

05e6cc26 — James Young 5 years ago
Enable Mousekeys for Keebio Quefrency rev1 (#9478)

8b572de5 — QMK Bot 5 years ago
format code according to conventions [skip ci]
18e561b8 — Joshua Diamond 5 years ago
Fix incorrect delay when setting WS2812 (and similar) leds (#9302)

* Fix incorrect delay when setting WS2812 (and similar) leds

* Add documentation for WS2812_DELAY_MICROSECONDS

* Remove improper cast to uint8_t

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* Remove unneeded cast to uint8_t and correct math

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

* microseconds -> µs

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

* Make documentation better match the spec sheet.

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

* Rename macro to match spec sheet

* Further correction to the delay maths for the SPI case.

Co-authored-by: Joel Challis <git@zvecr.com>

* Move ws2812_common.h to the drivers directory

* Revert "Further correction to the delay maths for the SPI case."

This reverts commit e61b56a2cfc7dfec9992a7a3af92afa50e5b8ec0.

* Remove ws2812_setleds_pin(); consolidate ws2812.h

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
c7851484 — Xelus22 5 years ago
STM32 WS2812 Open Drain Configuration (#9414)

* update docs stm32 only and applies  to all 3 driver
* cformat
b43bdc1c — Rossman360 5 years ago
rebound rev4, consolodated switch matrix from 5x12 to 7x8 (#9314)

Remove rules.mk for gboards/engine and gboards/g (#9444)

60be8d9f — AlisGraveNil 5 years ago
[Keyboard] GameBuddy macropad (#9391)

* GameBuddy macropad

* Update config.h

* Update keyboards/clawsome/gamebuddy/config.h

* Update keyboards/clawsome/gamebuddy/readme.md

* Update keyboards/clawsome/gamebuddy/readme.md

* Update keyboards/clawsome/gamebuddy/readme.md

* Update readme.md

* Update keyboards/clawsome/gamebuddy/rules.mk

* Update keyboards/clawsome/gamebuddy/readme.md
Fix Eon87 info.json (#9460)

* Fix Eon87 info.json

* Adjust bottom row sizes
Next