qmk_firmware/platforms/avr/drivers
David Hoelscher e9bd7d7ad3
I2C driver cleanup (#21273)
* remove i2c_start and i2c_stop from i2c drivers

* remove static i2c_address variable from chibios i2c driver
2024-01-17 14:05:38 +01:00
..
ps2 Improve PS/2 mouse performance (#17111) 2022-05-30 23:15:17 -07:00
analog.c analog.[ch]: remove unnecessary includes (#16471) 2022-03-04 14:56:59 +11:00
analog.h analog.[ch]: remove unnecessary includes (#16471) 2022-03-04 14:56:59 +11:00
audio_pwm.h Move Audio drivers from quantum to platform drivers folder (#14308) 2021-10-06 12:01:45 +11:00
audio_pwm_hardware.c quantum: remove direct quantum.h includes (#21507) 2023-07-16 23:42:56 +10:00
backlight_pwm.c backlight: split AVR PWM and timer drivers (#21540) 2023-07-21 09:27:55 +10:00
backlight_timer.c backlight: split AVR PWM and timer drivers (#21540) 2023-07-21 09:27:55 +10:00
glcdfont.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
i2c_master.c I2C driver cleanup (#21273) 2024-01-17 14:05:38 +01:00
i2c_master.h I2C driver cleanup (#21273) 2024-01-17 14:05:38 +01:00
i2c_slave.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
i2c_slave.h Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
serial.c [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466) 2022-06-25 12:34:40 -07:00
spi_master.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
spi_master.h Relocate platform specific drivers (#13894) 2021-08-17 23:43:09 +01:00
uart.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
uart.h Fix uart function prototypes (#15162) 2021-11-15 20:15:45 +11:00
ws2812_bitbang.c Clean up RGB LED type (#21859) 2023-09-04 01:19:59 +01:00
ws2812_i2c.c Clean up RGB LED type (#21859) 2023-09-04 01:19:59 +01:00