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 */
|
/* Set LED driver current */
|
||||||
# define CKLED2001_CURRENT_TUNE \
|
# 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
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"usb": {
|
"usb": {
|
||||||
"pid": "0x02C0",
|
"pid": "0x02C0",
|
||||||
"device_version": "1.0.0"
|
"device_version": "1.0.1"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"rgb_matrix": true
|
"rgb_matrix": true
|
||||||
|
|
|
||||||
|
|
@ -48,5 +48,5 @@
|
||||||
|
|
||||||
/* Set LED driver current */
|
/* Set LED driver current */
|
||||||
# define CKLED2001_CURRENT_TUNE \
|
# 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
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"usb": {
|
"usb": {
|
||||||
"pid": "0x02C3",
|
"pid": "0x02C3",
|
||||||
"device_version": "1.0.0"
|
"device_version": "1.0.1"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"led_matrix": true
|
"led_matrix": true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue