Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamertz committed Nov 9, 2024
1 parent 9684d56 commit 7c4bf1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/firmware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let
firmware = import inputs.glove80-zmk { inherit pkgs; };

keymap = "${../src}/main.dts";
keymap = "${../src}/main.keymap";
kconfig = ../glove80.conf;
extra_modules = [ inputs.zmk-helpers ];

Expand Down
2 changes: 1 addition & 1 deletion packages/visual.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation {

buildPhase = ''
mkdir -p $out
${keymapDrawer} -c ${configuration} parse -c 10 -z glove80.keymap > $out/layout.yaml
${keymapDrawer} -c ${configuration} parse -c 10 -z ./src/main.keymap > $out/layout.yaml
${keymapDrawer} -c ${configuration} draw $out/layout.yaml > $out/layout.svg
'';
}
File renamed without changes.

0 comments on commit 7c4bf1c

Please sign in to comment.