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
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.
5 years ago
..
avr Hid joystick interface (#4226) 5 years ago
chibios Fix DMA stream ID calculation in ws2812_pwm (#10008) 5 years ago
eeprom Fix i2c EEPROM compile issue when Console is enabled (#9186) 5 years ago
gpio Increase matrix scanning speed on xd84 (#7517) 5 years ago
haptic Completely remove i2c_transmit_receive function (#7686) 5 years ago
issi [Driver] bugfix reset the scaling register flag to FALSE (#9507) 5 years ago
oled Add a method to read the OLED display buffer from user space (#8777) 5 years ago
qwiic format code according to conventions [skip ci] 5 years ago
ugfx/gdisp 2020 February 29 Breaking Changes Update (#8064) 5 years ago
ws2812.h `qmk cformat` (#9500) 5 years ago