From 2495088f65f362700a586ee90353c29a8842c742 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Mon, 9 Dec 2024 23:21:30 -0800 Subject: [PATCH] README update for mouse keys --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e752c00c..475cb3a6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This widget is a ZMK module housed in [`zmk-rgbled-widget`](https://github.com/c ## ZMK customizations -I use a custom ZMK branch referenced in [west.yml](config/west.yml) which contains a few extras, namely [mouse keys](https://github.com/zmkfirmware/zmk/pull/2027) used in the `MSE` layer and [display improvements for the Corne-ish Zen](https://gist.github.com/caksoylar/c411313990978e1903c244f03039187a). -For a variant of my configuration tailored for stock ZMK, check out the [`stock` branch](https://github.com/caksoylar/zmk-config/tree/stock). +I use a custom ZMK branch referenced in [west.yml](config/west.yml) which contains [display improvements for the Corne-ish Zen](https://gist.github.com/caksoylar/c411313990978e1903c244f03039187a). +For a variant of my configuration for stock ZMK, check out the [`stock` branch](https://github.com/caksoylar/zmk-config/tree/stock). -It also uses a swapper key for single button window switching, defined using [the tri-state behavior module](https://github.com/caksoylar/zmk-tri-state). +My keymap also uses a swapper key for single button window switching, defined using [the tri-state behavior module](https://github.com/caksoylar/zmk-tri-state).