feat(users/flokli/kb): enable mouse support

This switches to a ZMK branch with support for mouse movement, and sets
MIRYOKU_KLUDGE_MOUSEKEYSPR so miryoku makes use of the functionality.

Change-Id: I3d4f48f10d50c202f909bec15189106a1bbcc1b3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12796
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-11-15 16:43:37 +02:00 committed by clbot
parent ed7aa322c6
commit 3f1b326b3a
5 changed files with 37 additions and 7 deletions

View file

@ -4,8 +4,12 @@ rec {
name = "nice_nano_v2";
board = "nice_nano_v2";
shield = "corne_%PART% nice_view_adapter nice_view";
zephyrDepsHash = "sha256-D5CAlrO/E6DPbtUJyh/ec8ACpo1XM1jx2gLS2TpklBQ=";
zephyrDepsHash = "sha256-Qe9G5YLEi9iG5QdmJCxcmQTpzUCBYkfa84zk7SVRSgQ=";
src = depot.users.flokli.keyboards.miryoku_config;
extraCmakeFlags = [
"-DCONFIG_ZMK_MOUSE=y"
"-DCONFIG_ZMK_MOUSE_SMOOTH_SCROLLING=y"
];
};
config-flat = depot.users.flokli.keyboards.mkFlatConfig "corne";