Skip to content

Commit

Permalink
Change RGB_DISABLE_WHEN_USB_SUSPENDED to RGB_MATRIX_SLEEP as per erro…
Browse files Browse the repository at this point in the history
…r messages
  • Loading branch information
lcckey committed Jan 22, 2025
1 parent fa0d3c6 commit 0084623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/crkbd/qmk/qmk_firmware/rev4_0/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#define I2C1_SDA_PIN GP6
#define I2C1_SCL_PIN GP7

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_SLEEP

#define USB_SUSPEND_WAKEUP_DELAY 200

Expand Down
2 changes: 1 addition & 1 deletion keyboards/crkbd/qmk/qmk_firmware/rev4_1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#define I2C1_SDA_PIN GP6
#define I2C1_SCL_PIN GP7

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_SLEEP

#define USB_SUSPEND_WAKEUP_DELAY 200

Expand Down
2 changes: 1 addition & 1 deletion keyboards/lskbd/qmk/qmk_firmware/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#define SERIAL_USART_RX_PIN GP1
#define SPLIT_HAND_PIN GP21

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_SLEEP

/* RP2040- and hardware-specific config */
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
Expand Down

0 comments on commit 0084623

Please sign in to comment.