qmk-dactyl-manuform-a/drivers
Sergey Vlasov 15df82cdf3 Fix DMA stream ID calculation in ws2812_pwm (#10008)
Some STM32 chips have STM32_DMA1_STREAM1 as the first DMA stream, others
(F4xx, F7xx, H7xx) have STM32_DMA1_STREAM0.  Instead of those names, use
STM32_DMA_STREAM(0), which should always give the first stm32_dma_stream_t
structure in the DMA streams array, so that the stream ID would be
calculated correctly.
2020-08-29 14:30:02 -07:00
..
avr Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
chibios Fix DMA stream ID calculation in ws2812_pwm (#10008) 2020-08-29 14:30:02 -07:00
eeprom Fix i2c EEPROM compile issue when Console is enabled (#9186) 2020-05-24 23:02:13 +01:00
gpio
haptic
issi [Driver] bugfix reset the scaling register flag to FALSE (#9507) 2020-07-06 22:38:41 +10:00
oled Add a method to read the OLED display buffer from user space (#8777) 2020-08-29 14:30:02 -07:00
qwiic
ugfx/gdisp
ws2812.h `qmk cformat` (#9500) 2020-06-22 11:21:48 +10:00