qmk-dactyl-manuform-a/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>
2020-06-20 12:59:28 +10:00
..
analog.c adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
analog.h Improve support and docs for ADC driver (#7191) 2019-12-08 12:11:29 +11:00
apa102.c Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
apa102.h clang-format changes 2019-08-30 15:01:52 -07:00
glcdfont.c Clean up includes for glcdfont headers (#7745) 2020-03-01 17:56:50 +11:00
hd44780.c clang-format changes 2019-08-30 15:01:52 -07:00
hd44780.h clang-format changes 2019-08-30 15:01:52 -07:00
i2c_master.c Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
i2c_master.h Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
i2c_slave.c Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
i2c_slave.h Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
serial.c Update split serial code to use driver pattern (#7990) 2020-01-24 13:50:51 +00:00
serial.h Update split serial code to use driver pattern (#7990) 2020-01-24 13:50:51 +00:00
spi_master.c adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
spi_master.h adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
ssd1306.c clang-format changes 2019-08-30 15:01:52 -07:00
ssd1306.h QMK-ify some GPIO macros (#8315) 2020-04-30 16:24:47 +10:00
ws2812.c Fix incorrect delay when setting WS2812 (and similar) leds (#9302) 2020-06-20 12:59:28 +10:00
ws2812_i2c.c Unify RGB and RGBW commands (#7297) 2019-11-09 15:51:39 +00:00