summary refs log tree commit diff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-08 13:35:08 +0000
committerQMK Bot <hello@qmk.fm>2022-12-08 13:35:08 +0000
commit5d8ece1b3dcbaf2f5c83ed01cb054d0985babf75 (patch)
tree0f76edd9f42893d8390a6b4fbd4daa57237bb5da
parentd4ead8783c8a505aec30359d3c6ebf1f3eaf093c (diff)
parentacca2eb9630ec47ed44e493f4abb043e9ee3962d (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/splitkb/aurora/lily58/keymaps/default/keymap.json2
-rw-r--r--keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json13
2 files changed, 2 insertions, 13 deletions
diff --git a/keyboards/splitkb/aurora/lily58/keymaps/default/keymap.json b/keyboards/splitkb/aurora/lily58/keymaps/default/keymap.json
index ad203b5e68..de46093800 100644
--- a/keyboards/splitkb/aurora/lily58/keymaps/default/keymap.json
+++ b/keyboards/splitkb/aurora/lily58/keymaps/default/keymap.json
@@ -1,5 +1,5 @@
 {
-    "keyboard": "splitkb/aurora/lily58",
+    "keyboard": "splitkb/aurora/lily58/rev1",
     "keymap": "default",
     "version": 1,
     "layout": "LAYOUT",
diff --git a/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json b/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json
index a5f4826c6d..b62202d2b4 100644
--- a/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json
+++ b/keyboards/splitkb/aurora/sweep/keymaps/default/keymap.json
@@ -1,5 +1,5 @@
 {
-    "keyboard": "splitkb/aurora/sweep",
+    "keyboard": "splitkb/aurora/sweep/rev1",
     "keymap": "default",
     "version": 1,
     "layout": "LAYOUT",
@@ -54,9 +54,6 @@
         ]
     ],
     "config": {
-        // Support for OLED, RGB, and encoders is already enabled
-        // by default on the revision level, but we repeat it here
-        // to make clear that you can disable them to save space.
         "features": {
             "oled": true,
             "rgb_matrix": true,
@@ -74,19 +71,11 @@
     },
     "mouse_key": {
         "enabled": true,
-        // Set the mouse settings to a comfortable speed/accuracy trade-off,
-        // assuming a screen refresh rate of 60 Htz or higher
-        // The default is 50. This makes the mouse ~3 times faster and more accurate
         "interval": 16,
-        // The default is 20. Since we made the mouse about 3 times faster with the previous setting,
-        // give it more time to accelerate to max speed to retain precise control over short distances.
         "time_to_max": 40,
-        // The default is 300. Let's try and make this as low as possible while keeping the cursor responsive
         "delay": 100,
-        // It makes sense to use the same delay for the mouseweel
         "wheel_delay": 100
     },
-    // Pick good defaults for enabling homerow modifiers
     "tapping": {
         "term": 200,
         "permissive_hold": true,