RGB num per button (if not work, use earlier UF2)

This commit is contained in:
whowechina 2023-11-26 22:37:23 +08:00
parent 4f21536f7a
commit b7535d230d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -27,8 +27,8 @@ static mai_cfg_t default_cfg = {
.nkro = 0,
},
.rgb = {
.per_button = 8,
.per_aux = 2,
.per_button = 1,
.per_aux = 1,
}
};