mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-14 03:41:34 +00:00
add USB_SUSPEND_WAKEUP_DELAY
This commit is contained in:
parent
7ee5771297
commit
e6cb15f045
@ -19,7 +19,6 @@
|
|||||||
/* Use 5 dynamic keymap layers */
|
/* Use 5 dynamic keymap layers */
|
||||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
|
||||||
|
|
||||||
#define RGB_TRIGGER_ON_KEYDOWN
|
|
||||||
/* Force NKRO on boot up regardless of the setting saved in the EEPROM (uncomment to enable it) */
|
/* Force NKRO on boot up regardless of the setting saved in the EEPROM (uncomment to enable it) */
|
||||||
#define FORCE_NKRO
|
#define FORCE_NKRO
|
||||||
|
|
||||||
@ -32,6 +31,8 @@
|
|||||||
#define LOCKING_SUPPORT_ENABLE
|
#define LOCKING_SUPPORT_ENABLE
|
||||||
/* Locking resynchronize hack */
|
/* Locking resynchronize hack */
|
||||||
#define LOCKING_RESYNC_ENABLE
|
#define LOCKING_RESYNC_ENABLE
|
||||||
|
/* sets the number of milliseconds to pause after sending a wakeup packet. Disabled by default, you might want to set this to 200 (or higher) if the keyboard does not wake up properly after suspending.*/
|
||||||
|
#define USB_SUSPEND_WAKEUP_DELAY 400
|
||||||
|
|
||||||
/* SPI Config for spi flash*/
|
/* SPI Config for spi flash*/
|
||||||
#define SPI_DRIVER SPIDQ
|
#define SPI_DRIVER SPIDQ
|
||||||
@ -57,8 +58,8 @@
|
|||||||
#define DRIVER_2_LED_TOTAL 38
|
#define DRIVER_2_LED_TOTAL 38
|
||||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||||
|
|
||||||
|
#define RGB_TRIGGER_ON_KEYDOWN
|
||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
|
||||||
|
|
||||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||||
#define RGB_MATRIX_KEYPRESSES
|
#define RGB_MATRIX_KEYPRESSES
|
||||||
#define RGB_MATRIX_KEYRELEASES
|
#define RGB_MATRIX_KEYRELEASES
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0xFFFE",
|
"vid": "0xFFFE",
|
||||||
"pid": "0x0008",
|
"pid": "0x0008",
|
||||||
"device_version": "1.0.0"
|
"device_version": "1.0.3"
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["C1","C2","C3","A0","A1","A2","A3","A4","A5","A6","A7","C4","C5","B0","B1","B2","B10","B11","B12","B13","B14"],
|
"cols": ["C1","C2","C3","A0","A1","A2","A3","A4","A5","A6","A7","C4","C5","B0","B1","B2","B10","B11","B12","B13","B14"],
|
||||||
|
Loading…
Reference in New Issue
Block a user