Skip to content

Commit

Permalink
Refinements before implementing mouse scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
r-2tanz4n1 authored Feb 4, 2025
1 parent 8c9ef83 commit 92b029e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/splitkb_aurora_sofle.keymap
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/*
* Copyright (c) 2023 The ZMK Contributors
* Copyright (c) 2025 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/

#include <dt-bindings/zmk/mouse.h>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/pointing.h>
#include <dt-bindings/zmk/mouse.h>

#define AS(keycode) &as LS(keycode) keycode // Autoshift Macro

&mt {
tapping-term-ms = <125>;
tapping-term-ms = <145>;
quick-tap-ms = <110>;
flavor = "tap-preferred";
};
Expand Down Expand Up @@ -104,6 +104,11 @@
key-positions = <38 39>;
};

Funct_4 {
bindings = <&kp F4>;
key-positions = <39 40>;
};

Arroba {
bindings = <&kp LA(NUMBER_2)>;
key-positions = <26 27>;
Expand All @@ -124,11 +129,6 @@
key-positions = <22 23>;
};

Funct_4 {
bindings = <&kp F4>;
key-positions = <39 40>;
};

CapsWord {
bindings = <&caps_word>;
key-positions = <14 15>;
Expand Down

0 comments on commit 92b029e

Please sign in to comment.