Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalise mouse keycodes (#23975) | Ryan | 2024-07-03 | 1 | -1/+1 |
| | |||||
* | Rename encoder pins defines (#24003) | Ryan | 2024-07-03 | 1 | -9/+9 |
| | |||||
* | SPI flash API cleanup, add async erase capability. (#23894) | Nick Brassel | 2024-07-02 | 4 | -72/+178 |
| | |||||
* | Change ADNS9800 and PMW33XX SROM uploads to opt in. (#24001) | Dasky | 2024-06-27 | 2 | -1/+14 |
| | | | Make SROM upload optional | ||||
* | APA102: API rework (#23355) | Ryan | 2024-06-13 | 2 | -18/+20 |
| | |||||
* | GC9xxx LCD family drivers (GC9107 and GC9A01) (#23091) | Fernando Birra | 2024-06-05 | 8 | -131/+469 |
| | | | | | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: jack <0x6A73@pm.me> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> Co-authored-by: rookiebwoy <81021475+rookiebwoy@users.noreply.github.com> Fixup boardsource/equals (#23106) Fix make clean test:os_detection (#23112) Fix make clean test:os_detection (#23112)" Fixup boardsource/equals (#23106)" | ||||
* | EEPROM: Don't erase if we don't have to. Adding eeprom_driver_format ↵ | Purdea Andrei | 2024-05-28 | 7 | -2/+48 |
| | | | | abstraction. (#18332) | ||||
* | Fix PS/2 Trackpoint mouse clicks (#22265) (#23694) | Michael Büchler | 2024-05-21 | 1 | -0/+4 |
| | |||||
* | Update GPIO expander API naming (#23375) | Ryan | 2024-03-29 | 6 | -15/+29 |
| | |||||
* | Add init function to RGBLight driver struct (#23076) | Ryan | 2024-03-18 | 2 | -5/+7 |
| | |||||
* | LED drivers: add support for IS31FL3236 (#23264) | Ryan | 2024-03-17 | 4 | -0/+544 |
| | |||||
* | IS31FL3729 updates (#23109) | Ryan | 2024-02-22 | 4 | -450/+462 |
| | |||||
* | [Bug] Fix pmw33xx sensor corruption on get-cpi call (#23116) | Drashna Jaelre | 2024-02-20 | 1 | -0/+3 |
| | |||||
* | Add encoder abstraction. (#21548) | Nick Brassel | 2024-02-18 | 1 | -0/+213 |
| | |||||
* | Update GPIO macro usages in core (#23093) | Ryan | 2024-02-18 | 39 | -207/+207 |
| | |||||
* | [Driver] ILI9486 on Quantum Painter (#18521) | Pablo Martínez | 2024-02-17 | 4 | -0/+352 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Add RGB matrix & LED Matrix support for IS31FL3729 (#21944) | HorrorTroll | 2024-02-17 | 4 | -0/+978 |
| | | | | | Co-authored-by: Xelus22 <preyas22@gmail.com> Co-authored-by: dexter93 <d3xter93@gmail.com> | ||||
* | LED drivers: add support for shutdown pin (#23058) | Ryan | 2024-02-15 | 22 | -0/+132 |
| | | | | | * LED drivers: add support for shutdown pin * Update candidate boards | ||||
* | AW20216S: combine EN pin defines (#23067) | Ryan | 2024-02-15 | 2 | -10/+12 |
| | |||||
* | is31fl3741: split PWM and scaling buffers (#23049) | Ryan | 2024-02-14 | 4 | -830/+1616 |
| | |||||
* | LED drivers: update PWM register defines for `g_<driver>_leds` (#23052) | Ryan | 2024-02-12 | 17 | -2767/+4094 |
| | |||||
* | LED drivers: create structs to hold PWM/scaling buffers (#22955) | Ryan | 2024-02-10 | 23 | -476/+657 |
| | |||||
* | LED drivers: place I2C addresses into an array (#22975) | Ryan | 2024-02-09 | 40 | -1242/+1170 |
| | |||||
* | Init pins for Analog Joystick sensor (#22985) | Drashna Jaelre | 2024-01-30 | 1 | -0/+3 |
| | |||||
* | Azoteq driver: Remove call to removed i2c function (#22966) | burkfers | 2024-01-26 | 1 | -1/+0 |
| | |||||
* | LED drivers: update I2C API usage (#22951) | Ryan | 2024-01-24 | 22 | -92/+92 |
| | |||||
* | LED drivers: remove `write_pwm_buffer()` from public API (#22884) | Ryan | 2024-01-24 | 42 | -112/+92 |
| | |||||
* | crique zidle fix (#22948) | Dasky | 2024-01-23 | 1 | -3/+10 |
| | |||||
* | I2C driver cleanup (#21273) | David Hoelscher | 2024-01-17 | 5 | -18/+3 |
| | | | | | * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver | ||||
* | i2c: rename read/write register functions (#22905) | Ryan | 2024-01-16 | 8 | -42/+42 |
| | |||||
* | LED drivers: remove PWM register offsets (#22897) | Ryan | 2024-01-13 | 24 | -458/+464 |
| | |||||
* | Cirque reachable calibration aide (#22803) | JohSchneider | 2024-01-13 | 1 | -0/+9 |
| | | | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Johannes <you@example.com> | ||||
* | LED drivers: switch to i2c_writeReg() (#22878) | Ryan | 2024-01-10 | 22 | -459/+168 |
| | |||||
* | LED drivers: change `write_pwm_buffer()` return type to `void` (#22869) | Ryan | 2024-01-10 | 12 | -96/+36 |
| | |||||
* | LED drivers: more formatting (#22865) | Ryan | 2024-01-08 | 5 | -5/+26 |
| | |||||
* | snled27351: change `write_register()` return type to `void` (#22825) | Ryan | 2024-01-08 | 4 | -20/+8 |
| | |||||
* | is31fl3733: change `write_register()` return type to `void` (#22824) | Ryan | 2024-01-08 | 4 | -20/+8 |
| | |||||
* | LED drivers: misc formatting and typos (#22857) | Ryan | 2024-01-08 | 23 | -76/+307 |
| | |||||
* | apa102: cleanups (#22826) | Ryan | 2024-01-07 | 2 | -51/+46 |
| | |||||
* | is31fl3733: fix driver sync backwards compatibility defines (#22851) | Ryan | 2024-01-07 | 1 | -3/+3 |
| | |||||
* | LED drivers: rename "simple" to "mono" (#22814) | Ryan | 2024-01-04 | 22 | -11/+11 |
| | |||||
* | Remove IS31FLCOMMON code (#22800) | Ryan | 2024-01-02 | 2 | -413/+0 |
| | |||||
* | LED drivers: extract IS31FL3746A from IS31COMMON (#22637) | Ryan | 2024-01-01 | 6 | -203/+806 |
| | |||||
* | LED drivers: extract IS31FL3745 from IS31COMMON (#22636) | Ryan | 2024-01-01 | 5 | -88/+798 |
| | |||||
* | LED drivers: extract IS31FL3743A from IS31COMMON (#22635) | Ryan | 2024-01-01 | 5 | -88/+855 |
| | |||||
* | LED drivers: extract IS31FL3742A from IS31COMMON (#22620) | Ryan | 2024-01-01 | 5 | -83/+794 |
| | |||||
* | Update keyboard LED driver configs (#22638) | Ryan | 2023-12-18 | 5 | -5/+7 |
| | |||||
* | Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570) | Ryan | 2023-12-12 | 2 | -6/+6 |
| | |||||
* | Add QP support for smaller OLED displays and SSD1306 (#22358) | David Hoelscher | 2023-12-06 | 2 | -3/+13 |
| | |||||
* | LED drivers: change "TWI" to "I2C" (#22617) | Ryan | 2023-12-05 | 15 | -167/+152 |
| |