summaryrefslogtreecommitdiffstats
path: root/drivers/awinic
Commit message (Collapse)AuthorAgeFilesLines
* AW20216 use register increment for framebuffer flushes (#13430)Gigahawk2021-07-031-14/+26
|
* Allow settable SPI divisor for AW20216 driver, set default to 4 (#13309)Gigahawk2021-06-231-1/+5
|
* GMMK Pro RGB Support (#13147)Gigahawk2021-06-102-0/+417
* Enable SPI1 for GMMK pro * Setup initial boilerplate for new LED driver * RGB matrix minimally functional * Map full LED matrix * Return keymap to default * Fix printscreen LED mapping * Reduce max brightness * Default values for AW20216 * Add documentation for AW20216 * Disable console and warnings * Run cformat * Update drivers/awinic/aw20216.h Co-authored-by: Drashna Jaelre <drashna@live.com> * make aw struct match issi struct Co-authored-by: Drashna Jaelre <drashna@live.com> * add led location defines Co-authored-by: Drashna Jaelre <drashna@live.com> * Use led pin definitions in keyboard.c * Add driver indices to led map * Fix elif typo * Run cformat * Update docs * Fix typo in docs * Document global brightness limits Co-authored-by: Drashna Jaelre <drashna@live.com>