forked from mirrors/qmk_userspace
Adjusted Q1 Max LED driver current
This commit is contained in:
parent
c992068d11
commit
dd0a923e83
4 changed files with 5 additions and 9 deletions
|
@ -32,14 +32,12 @@
|
|||
|
||||
/* Scan phase of led driver set as MSKPHASE_9CHANNEL(defined as 0x03 in snled27351.h) */
|
||||
# define PHASE_CHANNEL MSKPHASE_9CHANNEL
|
||||
|
||||
/* Set LED driver current */
|
||||
# define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x2C, 0x2C, 0x2C, 0x2C, 0x2C, 0x2C, 0x2C, 0x2C, 0x2C, 0x2C, 0x2C, 0x2C }
|
||||
{ 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40 }
|
||||
|
||||
/* Set to infinit, which is use in USB mode by default */
|
||||
# define RGB_MATRIX_TIMEOUT RGB_MATRIX_TIMEOUT_INFINITE
|
||||
|
||||
/* Allow shutdown of led driver to save power */
|
||||
# define RGB_MATRIX_DRIVER_SHUTDOWN_ENABLE
|
||||
/* Turn off backlight on low brightness to save power */
|
||||
|
@ -47,7 +45,8 @@
|
|||
|
||||
/* Indications */
|
||||
# define CAPS_LOCK_INDEX 44
|
||||
# define LOW_BAT_IND_INDEX { 74 }
|
||||
# define LOW_BAT_IND_INDEX \
|
||||
{ 74 }
|
||||
|
||||
# define RGB_MATRIX_KEYPRESSES
|
||||
# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue