Skip to content

Commit

Permalink
pointers: Try to equalize pointer response more.
Browse files Browse the repository at this point in the history
Also fix the toggle descriptions.
  • Loading branch information
ilc committed Oct 25, 2024
1 parent 63a85ee commit cd3f1e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 119 deletions.
116 changes: 0 additions & 116 deletions keyboards/svalboard/azoteq/info.json

This file was deleted.

2 changes: 1 addition & 1 deletion keyboards/svalboard/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SPLIT_POINTING_ENABLE
#define POINTING_DEVICE_COMBINED
#define POINTING_DEVICE_AUTO_MOUSE_MH_ENABLE

#define POINTING_DEVICE_TASK_THROTTLE 0
// Avoid slave-slave deadlock due to missing USB_VBUS_PIN.
//
// End result of enabling this: when you plug the keyboard to a finnicky USB
Expand Down
4 changes: 2 additions & 2 deletions keyboards/svalboard/keymaps/vial/vial.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
},
{
"shortName": "Scroll\nToggle\nHold",
"title": "Hold to make the left pointing device scroll",
"title": "Hold to toggle the pointer's scroll status.",
"name": "SV_SCROLL_HOLD"
},
{
"shortName": "Scroll\nToggle",
"title": "Hold to make the right pointing device scroll",
"title": "Togglle the pointer's scroll status.",
"name": "SV_SCROLL_TOGGLE"
},
{
Expand Down

0 comments on commit cd3f1e4

Please sign in to comment.