Increase brightness and version num add one.
This commit is contained in:
parent
83b06b907a
commit
c63da449ce
4 changed files with 4 additions and 4 deletions
|
|
@ -46,5 +46,5 @@
|
|||
|
||||
/* Set LED driver current */
|
||||
# define CKLED2001_CURRENT_TUNE \
|
||||
{ 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28 }
|
||||
{ 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50 }
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x02C0",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"features": {
|
||||
"rgb_matrix": true
|
||||
|
|
|
|||
|
|
@ -48,5 +48,5 @@
|
|||
|
||||
/* Set LED driver current */
|
||||
# define CKLED2001_CURRENT_TUNE \
|
||||
{ 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28 }
|
||||
{ 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70 }
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x02C3",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"features": {
|
||||
"led_matrix": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue