Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamertz committed Oct 11, 2024
1 parent 19b13a3 commit 57b1260
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
packages.firmware = callPackage ./packages/firmware.nix { inherit inputs; };
packages.visual = callPackage ./packages/visual.nix { inherit inputs; };
packages.flash = writeShellScriptBin "flash" ''
${lib.getExe firmwareLoader} --file ${packages.firmware}/glove80.uf2
${lib.getExe firmwareLoader} --file ${packages.firmware}/glove80.uf2 --mount
'';

packages.default = packages.firmware;
Expand Down
1 change: 1 addition & 0 deletions glove80.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_EXPERIMENTAL_RGB_LAYER=y
CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
CONFIG_ZMK_IDLE_TIMEOUT=300000
CONFIG_BT_DEVICE_NAME="Julia's Glove80"
2 changes: 1 addition & 1 deletion glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp ESC &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp GRAVE &kp Z &kp X &kp C &kp V &kp B &kp LSHFT &kp LCTRL &lower &kp RALT &kp RCTRL &kp RSHFT &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp PG_UP
&kp GRAVE &kp Z &kp X &kp C &kp V &kp B &kp LSHFT &kp LCTRL &lower &kp LALT &kp RCTRL &kp RSHFT &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp PG_UP
&magic LAYER_Magic 0 &tog 3 &kp END &kp LEFT &kp RIGHT &kp SPACE &kp LGUI &kp RET &kp RGUI &kp RET &kp BSPC &kp UP &kp DOWN &kp LBKT &kp RBKT &kp PG_DN
>;
};
Expand Down

0 comments on commit 57b1260

Please sign in to comment.