qmk_firmware/drivers
Nick Brassel 2b00b846dc
Non-volatile memory data repository pattern (#24356)
* First batch of eeconfig conversions.

* Offset and length for datablocks.

* `via`, `dynamic_keymap`.

* Fix filename.

* Commentary.

* wilba leds

* satisfaction75

* satisfaction75

* more keyboard whack-a-mole

* satisfaction75

* omnikeyish

* more whack-a-mole

* `generic_features.mk` to automatically pick up nvm repositories

* thievery

* deferred variable resolve

* whitespace

* convert api to structs/unions

* convert api to structs/unions

* convert api to structs/unions

* fixups

* code-side docs

* code size fix

* rollback

* nvm_xxxxx_erase

* Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too.

* Fixup build.

* Fixup compilation error with encoders.

* Build fixes.

* Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof.

* Build failure rectification.
2025-03-21 23:38:34 +11:00
..
backlight Relocate backlight drivers (#21444) 2023-07-08 23:13:10 +10:00
battery Implement battery level interface (#24666) 2025-02-28 16:46:14 +11:00
bluetooth Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11: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 input_club/ergodox_infinity ST7565 call spi_stop (#24429) 2024-09-26 11:43:39 -07:00
led Relocate base WS2812 code (#24850) 2025-01-25 17:38:12 +11:00
oled Update GPIO macro usages in core (#23093) 2024-02-18 17:08:27 +11:00
painter Add EOL to non-keyboard files (#24990) 2025-03-06 23:17:51 +00:00
ps2 Fix PS/2 Trackpoint mouse clicks (#22265) (#23694) 2024-05-21 00:36:48 +01:00
sensors Azoteq - improve I2C behaviour while polling. (#24611) 2025-01-10 17:29:58 -08:00
wear_leveling SPI flash API cleanup, add async erase capability. (#23894) 2024-07-02 10:16:41 +10:00
i2c_master.h Unify i2c_master headers (#24846) 2025-01-26 13:48:46 +01: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