logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 396fb4dde75a10486c538ac173afb8d35c33a868
parent 1becbaefbea5cb48cda9d4ec7f0802c4052de893
Author: VeyPatch <126267034+VeyPatch@users.noreply.github.com>
Date:   Wed,  7 May 2025 16:38:29 +0200

Fix Aurora sweep default keymap configuration (#25148)


Diffstat:

Mkeyboards/splitkb/aurora/sweep/keymaps/default/keymap.json33+++++++++------------------------
1 file changed, 9 insertions(+), 24 deletions(-)

diff --git a/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json b/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json @@ -54,31 +54,16 @@ ] ], "config": { - "features": { - "oled": true, - "rgb_matrix": true, - "rgblight": false + "mousekey": { + "interval": 16, + "time_to_max": 40, + "delay": 100, + "wheel_delay": 100 }, - "encoder": { - "enabled": true - }, - "rgblight": { - "hue_steps": 8, - "saturation_steps": 8, - "brightness_steps": 8, - "sleep": true + "tapping": { + "term": 200, + "permissive_hold": true, + "force_hold": 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 } }