Fix Aurora sweep default keymap configuration (#25148)

This commit is contained in:
VeyPatch 2025-05-07 16:38:29 +02:00 committed by GitHub
parent 1becbaefbe
commit 396fb4dde7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,23 +54,7 @@
] ]
], ],
"config": { "config": {
"features": { "mousekey": {
"oled": true,
"rgb_matrix": true,
"rgblight": false
},
"encoder": {
"enabled": true
},
"rgblight": {
"hue_steps": 8,
"saturation_steps": 8,
"brightness_steps": 8,
"sleep": true
}
},
"mouse_key": {
"enabled": true,
"interval": 16, "interval": 16,
"time_to_max": 40, "time_to_max": 40,
"delay": 100, "delay": 100,
@ -81,4 +65,5 @@
"permissive_hold": true, "permissive_hold": true,
"force_hold": true "force_hold": true
} }
}
} }