Update readme

This commit is contained in:
urob 2024-08-01 15:27:02 -04:00
parent 6043e4b27f
commit 2c032d63cb

View file

@ -53,7 +53,7 @@ Let's suppose for a moment we set `tapping-term-ms` to something ridiculously
large, say 5 seconds. This makes the configuration timer-less of sorts. But it large, say 5 seconds. This makes the configuration timer-less of sorts. But it
has two problems: (1) To activate a mod we will have to hold the HRM keys for has two problems: (1) To activate a mod we will have to hold the HRM keys for
what feels like eternity. (2) During regular typing, there are delays between what feels like eternity. (2) During regular typing, there are delays between
the press of a key and the time it appears on the screen.[^3] Enter two my the press of a key and the time it appears on the screen.[^3] Enter two of my
favorite ZMK features: favorite ZMK features:
- To address the first problem, I use ZMK's `balanced` flavor, which produces a - To address the first problem, I use ZMK's `balanced` flavor, which produces a
@ -98,8 +98,8 @@ This is great but there are still a few rough edges:
false negatives when typing fast. false negatives when typing fast.
Here's my configuration (I use a bunch of Here's my configuration (I use a bunch of
[helper macros](https://github.com/urob/zmk-helpers) to simplify the [helper macros](https://github.com/urob/zmk-helpers) to simplify the syntax, but
syntax, but they are not necessary): they are not necessary):
```C++ ```C++
/* use helper macros to define left and right hand keys */ /* use helper macros to define left and right hand keys */
@ -199,11 +199,11 @@ while also making them easy to remember. Specifically:
Inspired by Jonas Hietala's Inspired by Jonas Hietala's
[Numword](https://www.jonashietala.se/blog/2021/06/03/the-t-34-keyboard-layout/#where-are-the-digits) [Numword](https://www.jonashietala.se/blog/2021/06/03/the-t-34-keyboard-layout/#where-are-the-digits)
for QMK, I implemented my own version of for QMK, I implemented my own
[Smart-layers for ZMK](https://github.com/zmkfirmware/zmk/pull/1451). It is [Auto-layer behavior](https://github.com/urob/zmk-auto-layer) for ZMK to set up
triggered via a single tap on "Smart-Num". Numword continues to be activated as Numword. It is triggered via a single tap on "Smart-Num". Numword continues to
long as I type numbers, and deactivates automatically on any other keypress be activated as long as I type numbers, and deactivates automatically on any
(holding it activates a non-sticky num layer). other keypress (holding it activates a non-sticky num layer).
After using Numword for more than a year now, I have been overall very happy After using Numword for more than a year now, I have been overall very happy
with it. When typing single digits, it effectively is a sticky-layer but with with it. When typing single digits, it effectively is a sticky-layer but with