summaryrefslogtreecommitdiff
path: root/drivers/issi/is31fl3741.c
AgeCommit message (Collapse)Author
2020-10-04IS31FL3741 driver fixup (#10519)a_p_u_r_o
* 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.
2020-09-03format code according to conventions [skip ci]QMK Bot
2020-09-03Update ISSI3741 (#9912)MelGeek
* [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>
2020-07-06[Driver] bugfix reset the scaling register flag to FALSE (#9507)MelGeek
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-06-22`qmk cformat` (#9500)Nick Brassel
2020-06-20Support IS31FL3741 and IS31FL3741A. (#9201)MelGeek