index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
led
/
aw20216.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
RGB Matrix: driver naming cleanups (#21594)
Ryan
2023-08-23
1
-24
/
+24
|
*
[Core] Optimisation - Add RGB LED colour set check in drivers (#21134)
Xelus22
2023-06-08
1
-0
/
+3
|
*
Improve robustness of AW20216 driver (#19849)
Huckies
2023-03-01
1
-0
/
+19
|
|
|
* added soft reset and auto lowpower for AW20216
*
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Ryan
2022-09-23
1
-1
/
+1
|
*
SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. ↵
Nick Brassel
2022-06-17
1
-1
/
+1
|
|
|
|
(#17371)
*
Make SPI Mode configurable and change default mode to 3 (#17263)
trwnh
2022-05-31
1
-1
/
+5
|
*
Change AW20216 SPI Mode from 0 to 3, to fix RGB LEDs on GMMK Pro (#17262)
trwnh
2022-05-31
1
-1
/
+1
|
*
Format code according to conventions (#16322)
QMK Bot
2022-02-12
1
-7
/
+7
|
*
Remove use of __flash due to LTO issues (#15268)
Joel Challis
2021-11-24
1
-1
/
+2
|
*
Move some led drivers to common folder (#13749)
Joel Challis
2021-07-31
1
-0
/
+141
* Move some led drivers to common folder