mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-09 07:23:23 +01:00
Rename LED_DISABLE_WHEN_USB_SUSPENDED -> LED_MATRIX_SLEEP (#22681)
This commit is contained in:
@@ -46,7 +46,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND
|
||||
#define LED_MATRIX_LED_COUNT 76
|
||||
#define LED_MATRIX_SPLIT { 38, 38 }
|
||||
#define LED_DISABLE_WHEN_USB_SUSPENDED
|
||||
#define LED_MATRIX_SLEEP
|
||||
|
||||
// LED Matrix Animation modes. Explicitly enabled
|
||||
// For full list of effects, see:
|
||||
|
||||
@@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* LED matrix driver */
|
||||
#define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND
|
||||
#define LED_MATRIX_LED_COUNT 71
|
||||
#define LED_DISABLE_WHEN_USB_SUSPENDED
|
||||
#define LED_MATRIX_SLEEP
|
||||
|
||||
/* i2c (for LED matrix) */
|
||||
#define I2C1_CLOCK_SPEED 400000
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }
|
||||
|
||||
/* turn off effects when suspended */
|
||||
#define LED_DISABLE_WHEN_USB_SUSPENDED
|
||||
#define LED_MATRIX_SLEEP
|
||||
|
||||
/* Enbale caps_lcok, win os and mac os indicator */
|
||||
#define CAPS_LOCK_LED_INDEX 63
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#define WIN_LED_INDEX 19
|
||||
|
||||
/* turn off effects when suspended */
|
||||
#define LED_DISABLE_WHEN_USB_SUSPENDED
|
||||
#define LED_MATRIX_SLEEP
|
||||
|
||||
// LED Matrix Animation modes. Explicitly enabled
|
||||
// For full list of effects, see:
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
// { 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40 } // 127mA
|
||||
|
||||
/* Disable LED lighting when PC is in suspend */
|
||||
#define LED_DISABLE_WHEN_USB_SUSPENDED
|
||||
#define LED_MATRIX_SLEEP
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
#define CAPS_LOCK_LED_INDEX 46
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define LED_MATRIX_ROWS 15
|
||||
#define LED_MATRIX_COLS 7
|
||||
#define LED_MATRIX_MAXIMUM_BRIGHTNESS 20
|
||||
#define LED_DISABLE_WHEN_USB_SUSPENDED
|
||||
#define LED_MATRIX_SLEEP
|
||||
|
||||
// LED Matrix Animation modes. Explicitly enabled
|
||||
// For full list of effects, see:
|
||||
|
||||
Reference in New Issue
Block a user