Merge pull request #2 from foostan/update_config_USB_SUSPEND_WAKEUP_DELAY
Update config usb suspend wakeup delay
This commit is contained in:
commit
c1f717e088
4
Makefile
4
Makefile
@ -86,8 +86,8 @@ vial-qmk-compile-all:
|
|||||||
update-all:
|
update-all:
|
||||||
make git-submodule
|
make git-submodule
|
||||||
make qmk-clean
|
make qmk-clean
|
||||||
make qmk-init
|
make qmk-init-all
|
||||||
make qmk-compile-all
|
make qmk-compile-all
|
||||||
make vial-qmk-clean
|
make vial-qmk-clean
|
||||||
make vial-qmk-init
|
make vial-qmk-init-all
|
||||||
make vial-qmk-compile-all
|
make vial-qmk-compile-all
|
||||||
|
|||||||
@ -675,7 +675,7 @@
|
|||||||
:102A200000C0000088E19AE00FB6F894A895809362
|
:102A200000C0000088E19AE00FB6F894A895809362
|
||||||
:102A300060000FBE90936000FFCFCF93C82F6FEF61
|
:102A300060000FBE90936000FFCFCF93C82F6FEF61
|
||||||
:102A4000811164E285E290E00E9454336FEFC1117E
|
:102A4000811164E285E290E00E9454336FEFC1117E
|
||||||
:102A500063E086E290E00E9454336FEFC11161E3BE
|
:102A500064E086E290E00E9454336FEFC11166E1BA
|
||||||
:102A600087E290E00E945433CF910895CF93DF9393
|
:102A600087E290E00E945433CF910895CF93DF9393
|
||||||
:102A7000C9EAD1E060E0CE010E9454332196C1152D
|
:102A7000C9EAD1E060E0CE010E9454332196C1152D
|
||||||
:102A800084E0D807B9F7DF91CF9108951F93CF93D2
|
:102A800084E0D807B9F7DF91CF9108951F93CF93D2
|
||||||
@ -693,8 +693,8 @@
|
|||||||
:102B4000CF90BF90AF90089580E00E941D1560E087
|
:102B4000CF90BF90AF90089580E00E941D1560E087
|
||||||
:102B500088E290E00E9454330E946C150E94361562
|
:102B500088E290E00E9454330E946C150E94361562
|
||||||
:102B600081E00E941D15089585E290E00E943033B7
|
:102B600081E00E941D15089585E290E00E943033B7
|
||||||
:102B7000843289F486E290E00E943033833059F445
|
:102B7000843289F486E290E00E943033843059F444
|
||||||
:102B800087E290E00E94303391E0813309F090E0D9
|
:102B800087E290E00E94303391E0863109F090E0D6
|
||||||
:102B9000892F8170089580E0FCCF0F931F93CF930E
|
:102B9000892F8170089580E0FCCF0F931F93CF930E
|
||||||
:102BA000DF93843030F5683020F5463010F5C42FBF
|
:102BA000DF93843030F5683020F5463010F5C42FBF
|
||||||
:102BB000D0E0CC0FDD1F2CE0629FC00DD11D112491
|
:102BB000D0E0CC0FDD1F2CE0629FC00DD11D112491
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -14,6 +14,8 @@
|
|||||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||||
#define RGB_MATRIX_KEYPRESSES
|
#define RGB_MATRIX_KEYPRESSES
|
||||||
|
|
||||||
|
#define USB_SUSPEND_WAKEUP_DELAY 200
|
||||||
|
|
||||||
/* RP2040- and hardware-specific config */
|
/* RP2040- and hardware-specific config */
|
||||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user