Compare commits

..

No commits in common. "9fe6051c91d0e1818e6f7804d3c4428fdf3ebb6e" and "cd217cb4c77c384c47e817b2919066d1da0247d1" have entirely different histories.

5 changed files with 8 additions and 10 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/nix-installer-action@v11
- run: nix -vL --show-trace flake check - run: nix -vL --show-trace flake check

View file

@ -20,7 +20,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/nix-installer-action@v12
- run: nix -vL run --show-trace .#update - run: nix -vL run --show-trace .#update

View file

@ -16,10 +16,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/nix-installer-action@v11
- id: update-flake-lock - id: update-flake-lock
uses: DeterminateSystems/update-flake-lock@v23 uses: DeterminateSystems/update-flake-lock@v21
with: with:
commit-msg: 'flake: update inputs' commit-msg: 'flake: update inputs'
pr-title: 'flake: update inputs' pr-title: 'flake: update inputs'

View file

@ -4,11 +4,9 @@
# Uncomment the following line to enable the Corne OLED Display # Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y # CONFIG_ZMK_DISPLAY=y
#
# Uncomment the following lines to enable deep sleep # # Uncomment the following line to enable deep sleep
CONFIG_ZMK_SLEEP=y # CONFIG_ZMK_SLEEP=y
# 5 minutes of inactivity to enter deep sleep
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
# Uncomment the following line to increase the keyboard's wireless range # Uncomment the following line to increase the keyboard's wireless range
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

View file

@ -33,7 +33,7 @@
// | GUI | ADJ | SPC | | ENT | | ALT | // | GUI | ADJ | SPC | | ENT | | ALT |
bindings = < bindings = <
&kp TAB &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC &kp TAB &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC
&kp LCTRL &trans &kp PG_UP &kp HOME &kp END &kp PG_DN &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &kp RSHIFT &kp LCTRL &trans &kp PG_UP &kp HOME &kp END &kp PG_DN &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp LGUI &trans &kp SPACE &kp RET &mo 3 &kp RALT &kp LGUI &trans &kp SPACE &kp RET &mo 3 &kp RALT
>; >;