qmk/drivers
Drashna Jaelre 28eeb92f8e
Add I2C Transmit and Receive function (#25637)
* feat: adds a transmit and receive i2c method

* fix: address the i2c transmit and receive length on u16

* Add AVR/LUFA implementation

Didn't add a progmem version, since that would only apply to receive.
Figured it wasn't worth it, but can add.

* Rearrange order of functions

* Add docs

* Fix doc gen error

* Fix lint issues

* fix more lint issues
2025-11-11 23:02:35 +11:00
..
backlight Relocate backlight drivers (#21444) 2023-07-08 23:13:10 +10:00
battery Refactor battery driver (#25550) 2025-08-17 01:14:48 +01:00
bluetooth Add raw_hid support to host driver (#25255) 2025-05-12 08:38:48 +10:00
eeprom Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
encoder Rename encoder pins defines (#24003) 2024-07-03 17:18:27 +10:00
flash SPI flash API cleanup, add async erase capability. (#23894) 2024-07-02 10:16:41 +10:00
gpio Update GPIO expander API naming (#23375) 2024-03-29 16:57:21 +00:00
haptic [Core] usb_device_state: consolidate usb state handling across implementations (#24258) 2024-10-18 09:57:08 +02:00
lcd docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
led Relocate base WS2812 code (#24850) 2025-01-25 17:38:12 +11:00
oled Update default OLED font (#25565) 2025-09-09 17:34:33 +01:00
painter [QP] Minor cleanup and support for RGB888 surface (#25706) 2025-10-07 19:10:38 -07:00
ps2 Fix PS/2 Trackpoint mouse clicks (#22265) (#23694) 2024-05-21 00:36:48 +01:00
sensors Fix pmw33xx sensor initialisation (#25777) 2025-11-08 20:49:15 +00:00
wear_leveling Fix Wear Leveling compilation (#25254) 2025-05-12 08:39:38 +10:00
i2c_master.h Add I2C Transmit and Receive function (#25637) 2025-11-11 23:02:35 +11:00
serial.h [Core] Split ChibiOS usart split driver in protocol and hardware driver part (#16669) 2022-06-18 08:04:17 +10:00
spi_master.h Unify spi_master headers (#24857) 2025-01-26 22:37:37 +01:00
uart.h Unify UART headers (#24855) 2025-01-26 13:46:46 +01:00
usb2422.c Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
usb2422.h Initial USB2422 driver (#14835) 2021-10-22 00:49:58 +01:00
usbpd.h Add EOL to non-keyboard files (#24990) 2025-03-06 23:17:51 +00:00