summaryrefslogtreecommitdiffstats
path: root/drivers/issi/is31fl3741.h
Commit message (Collapse)AuthorAgeFilesLines
* IS31FL3741 driver fixup (#10519)a_p_u_r_o2020-10-041-5/+4
| | | | | | | | | * Fix issue with data transfer of CS1_SW7 to CS18_SW7. * Fix issue with handling of scaling register buffer's dirty flag. * Remove unused extern declaration. * Compaction of struct is31_led utilizing bit fields.
* format code according to conventions [skip ci]QMK Bot2020-09-031-83/+82
|
* Update ISSI3741 (#9912)MelGeek2020-09-031-6/+373
| | | | | | | | | | | | | | * [Driver] bugfix reset the scaling register flag to FALSE * Update drivers/issi/is31fl3741.c Co-authored-by: Ryan <fauxpark@gmail.com> * Add CS & SW defines for ISSI3741 * Make IS31FL3741 control register update clearer Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jumail Mundekkat <mundekkat@hotmail.com>
* Support IS31FL3741 and IS31FL3741A. (#9201)MelGeek2020-06-201-0/+55