Skip to content

Commit cce3f2c

Browse files
committed
update readme and small timing tweak
1 parent 6c6eaee commit cce3f2c

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ Notes:
8080

8181
- `BASE`: QWERTY + home-row mods
8282
- `SYM`: symbols and punctuation in familiar QWERTY-style positions
83-
- `NAV`: Vim-style navigation, number row, media, word navigation
84-
- `FNC`: function keys, Bluetooth profile management, output switching, reset
83+
- `NAV`: Vim-style navigation, number row, word navigation, Delete, back/forward
84+
- `FNC`: function keys, media controls (volume, brightness, playback)
85+
- `SYS`: Bluetooth profiles, output switching (USB/BLE), reset/bootloader, ZMK Studio unlock
8586
- `MSE`: mouse movement, scroll, clicks, drag helpers
8687
- `MSE_FAST`: faster temporary mouse/scroll behavior
8788

88-
`FNC` is also a tri-layer: it activates when both `SYM` and `NAV` are active.
89+
`FNC` is a tri-layer: it activates when both `SYM` and `NAV` are active.
90+
`SYS` is toggled from the `FNC` layer, intentionally harder to reach to avoid accidental taps
8991

9092
### Core behavior choices
9193

config/includes/base.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "mouse.dtsi"
2020
#include "combos.dtsi"
2121

22-
&caps_word { continue-list = <UNDERSCORE BACKSPACE DELETE SPACE MINUS DEL N1 N2 N3 N4 N5 N6 N7 N8 N9 N0>; };
22+
&caps_word { continue-list = <UNDERSCORE BACKSPACE DELETE MINUS DEL N1 N2 N3 N4 N5 N6 N7 N8 N9 N0>; };
2323

2424
/ {
2525
macros {
@@ -77,8 +77,8 @@
7777
bindings = <&mo>, <&kp>;
7878
flavor = "hold-preferred";
7979
#binding-cells = <2>;
80-
tapping-term-ms = <185>;
81-
quick-tap-ms = <120>;
80+
tapping-term-ms = <200>;
81+
quick-tap-ms = <130>;
8282
};
8383

8484
lth: lthumb {

0 commit comments

Comments
 (0)