parent
94d94cda9c
commit
9e869fa54b
|
@ -24,7 +24,7 @@ make dztech_dz60rgb_wkl
|
||||||
Currently firmware size:
|
Currently firmware size:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
* The firmware size is fine - 16074/26624 (60%, 10550 bytes free)
|
* The firmware size is fine - 16080/26624 (60%, 10544 bytes free)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
|
@ -51,3 +51,7 @@
|
||||||
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
|
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
|
||||||
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE
|
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE
|
||||||
#undef ENABLE_RGB_MATRIX_SOLID_SPLASH
|
#undef ENABLE_RGB_MATRIX_SOLID_SPLASH
|
||||||
|
|
||||||
|
// Feature
|
||||||
|
#undef DEBOUNCE
|
||||||
|
#define DEBOUNCE 10
|
||||||
|
|
Loading…
Reference in New Issue