chore(3p/sources): Bump channels & overlays (2024-12-22)

* //users/flokli/keyboards/chocofi:
  The hash got invalidated somehow which I've updated (to what
  https://buildkite.com/tvl/depot/builds/37991#0193f512-78ba-491f-af60-a23e987def95
  showed). This seems to have triggered an update of ZMK and some
  options have gotten renamed.

Change-Id: I5a62cd4636c23bfdeae671da7b8acb0f02cc2263
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12905
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
sterni 2024-12-23 20:29:50 +01:00 committed by clbot
parent 08981e63c6
commit 131e7cca10
2 changed files with 21 additions and 21 deletions

View file

@ -4,11 +4,11 @@ rec {
name = "nice_nano_v2";
board = "nice_nano_v2";
shield = "corne_%PART% nice_view_adapter nice_view";
zephyrDepsHash = "sha256-Qe9G5YLEi9iG5QdmJCxcmQTpzUCBYkfa84zk7SVRSgQ=";
zephyrDepsHash = "sha256:1hr304xhj596a85mmy3zl2y0bl9w143h9bj5qk7wmqx46mbs4kb0";
src = depot.users.flokli.keyboards.miryoku_config;
extraCmakeFlags = [
"-DCONFIG_ZMK_MOUSE=y"
"-DCONFIG_ZMK_MOUSE_SMOOTH_SCROLLING=y"
"-DCONFIG_ZMK_POINTING=y"
"-DCONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y"
];
};