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,31 +54,16 @@
] ]
], ],
"config": { "config": {
"features": { "mousekey": {
"oled": true, "interval": 16,
"rgb_matrix": true, "time_to_max": 40,
"rgblight": false "delay": 100,
"wheel_delay": 100
}, },
"encoder": { "tapping": {
"enabled": true "term": 200,
}, "permissive_hold": true,
"rgblight": { "force_hold": true
"hue_steps": 8,
"saturation_steps": 8,
"brightness_steps": 8,
"sleep": true
} }
},
"mouse_key": {
"enabled": true,
"interval": 16,
"time_to_max": 40,
"delay": 100,
"wheel_delay": 100
},
"tapping": {
"term": 200,
"permissive_hold": true,
"force_hold": true
} }
} }