summaryrefslogtreecommitdiff
path: root/keyboards/splitkb
diff options
context:
space:
mode:
authorVeyPatch <126267034+VeyPatch@users.noreply.github.com>2025-05-07 16:38:29 +0200
committerGitHub <noreply@github.com>2025-05-07 15:38:29 +0100
commit396fb4dde75a10486c538ac173afb8d35c33a868 (patch)
treed412ca2741229872b270b1e4604787d6c3b10284 /keyboards/splitkb
parent1becbaefbea5cb48cda9d4ec7f0802c4052de893 (diff)
Fix Aurora sweep default keymap configuration (#25148)
Diffstat (limited to 'keyboards/splitkb')
-rw-r--r--keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json33
1 files 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
index 1d308d531f..885faaf858 100644
--- a/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json
+++ b/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json
@@ -54,31 +54,16 @@
54 ] 54 ]
55 ], 55 ],
56 "config": { 56 "config": {
57 "features": { 57 "mousekey": {
58 "oled": true, 58 "interval": 16,
59 "rgb_matrix": true, 59 "time_to_max": 40,
60 "rgblight": false 60 "delay": 100,
61 "wheel_delay": 100
61 }, 62 },
62 "encoder": { 63 "tapping": {
63 "enabled": true 64 "term": 200,
64 }, 65 "permissive_hold": true,
65 "rgblight": { 66 "force_hold": true
66 "hue_steps": 8,
67 "saturation_steps": 8,
68 "brightness_steps": 8,
69 "sleep": true
70 } 67 }
71 },
72 "mouse_key": {
73 "enabled": true,
74 "interval": 16,
75 "time_to_max": 40,
76 "delay": 100,
77 "wheel_delay": 100
78 },
79 "tapping": {
80 "term": 200,
81 "permissive_hold": true,
82 "force_hold": true
83 } 68 }
84} 69}