You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/drivers/avr
Joshua Diamond 18e561b82c
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>
5 years ago
..
analog.c adds support for the atmega328 (#9043) 5 years ago
analog.h Improve support and docs for ADC driver (#7191) 5 years ago
apa102.c Fix capitalisation of "GitHub" (#9184) 5 years ago
apa102.h clang-format changes 6 years ago
glcdfont.c Clean up includes for glcdfont headers (#7745) 5 years ago
hd44780.c clang-format changes 6 years ago
hd44780.h clang-format changes 6 years ago
i2c_master.c Fix capitalisation of "GitHub" (#9184) 5 years ago
i2c_master.h Fix capitalisation of "GitHub" (#9184) 5 years ago
i2c_slave.c Fix capitalisation of "GitHub" (#9184) 5 years ago
i2c_slave.h Fix capitalisation of "GitHub" (#9184) 5 years ago
serial.c Update split serial code to use driver pattern (#7990) 5 years ago
serial.h Update split serial code to use driver pattern (#7990) 5 years ago
spi_master.c adds support for the atmega328 (#9043) 5 years ago
spi_master.h adds support for the atmega328 (#9043) 5 years ago
ssd1306.c clang-format changes 6 years ago
ssd1306.h QMK-ify some GPIO macros (#8315) 5 years ago
ws2812.c Fix incorrect delay when setting WS2812 (and similar) leds (#9302) 5 years ago
ws2812_i2c.c Unify RGB and RGBW commands (#7297) 6 years ago