feat: add USB_SUSPEND_WAKEUP_DELAY
See https://github.com/moyi4681/firmware/tree/main/firmware%20for%20vialmain
parent
da1f7572ea
commit
3d1d4c5bf4
|
@ -30,7 +30,7 @@ make dztech_dz60rgb_wkl
|
||||||
Currently firmware size:
|
Currently firmware size:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
* The firmware size is fine - 15316/26624 (57%, 11308 bytes free)
|
* The firmware size is fine - 15334/26624 (57%, 11290 bytes free)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
@ -85,6 +85,7 @@ Interesting
|
||||||
- [A guide to home row mods](https://precondition.github.io/home-row-mods)
|
- [A guide to home row mods](https://precondition.github.io/home-row-mods)
|
||||||
- [The SpaceFN layout: trying to end keyboard inflation](https://geekhack.org/index.php?topic=51069.0)
|
- [The SpaceFN layout: trying to end keyboard inflation](https://geekhack.org/index.php?topic=51069.0)
|
||||||
- [Pascal Getreuer's QMK keymap](https://github.com/getreuer/qmk-keymap)
|
- [Pascal Getreuer's QMK keymap](https://github.com/getreuer/qmk-keymap)
|
||||||
|
- [Miryoku](https://github.com/manna-harbour/miryoku)
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
|
@ -61,3 +61,6 @@
|
||||||
// https://github.com/qmk/qmk_firmware/blob/master/docs/feature_debounce_type.md
|
// https://github.com/qmk/qmk_firmware/blob/master/docs/feature_debounce_type.md
|
||||||
#undef DEBOUNCE
|
#undef DEBOUNCE
|
||||||
#define DEBOUNCE 5
|
#define DEBOUNCE 5
|
||||||
|
|
||||||
|
// https://github.com/qmk/qmk_firmware/blob/master/docs/config_options.md
|
||||||
|
#define USB_SUSPEND_WAKEUP_DELAY 200
|
||||||
|
|
Loading…
Reference in New Issue