From ec8ee458df7ca75ad4c606cbb1bb2059e71b4e9c Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 13 Jul 2024 10:24:19 -0700 Subject: [PATCH 1/7] Mapped right shift --- config/corne.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.keymap b/config/corne.keymap index cc447b1..8da6d63 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -33,7 +33,7 @@ // | GUI | ADJ | SPC | | ENT | | ALT | 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 LCTRL &trans &kp PG_UP &kp HOME &kp END &kp PG_DN &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans + &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 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 >; From 03685457ab06b3e33674d1d776fea6af565b96e9 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 13 Jul 2024 10:36:11 -0700 Subject: [PATCH 2/7] Enabled deep sleep --- config/corne.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config/corne.conf b/config/corne.conf index 0a79719..eac90e4 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,12 +4,14 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y -# -# # Uncomment the following line to enable deep sleep -# CONFIG_ZMK_SLEEP=y + +# Uncomment the following lines to enable deep sleep +CONFIG_ZMK_SLEEP=y +# 5 minutes of inactivity to enter deep sleep +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=300000 # 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 # Enable eager debouncing CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 From 4eb34323b8b5f40349471dd63e572d40d660d564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:47:17 +0000 Subject: [PATCH 3/7] ci: bump DeterminateSystems/update-flake-lock from 21 to 23 Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 21 to 23. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v21...v23) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 5aef002..8f07ee1 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -19,7 +19,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v11 - id: update-flake-lock - uses: DeterminateSystems/update-flake-lock@v21 + uses: DeterminateSystems/update-flake-lock@v23 with: commit-msg: 'flake: update inputs' pr-title: 'flake: update inputs' From 51e91cb59dbfde64275f9ecc06f0e8bf2fe78fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:47:19 +0000 Subject: [PATCH 4/7] ci: bump DeterminateSystems/nix-installer-action from 11 to 12 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 11 to 12. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...v12) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/flake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0e90f4..54df922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v12 - run: nix -vL --show-trace flake check diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 5aef002..67fdf3a 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v11 + - uses: DeterminateSystems/nix-installer-action@v12 - id: update-flake-lock uses: DeterminateSystems/update-flake-lock@v21 From 0c04d30978d6f0e7796bdfd5a8771e8512df4686 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Tue, 16 Jul 2024 19:22:05 -0700 Subject: [PATCH 5/7] Enabled wireless range boost Ran into some strange behavior with this disabled (repeated/missed keys). --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index eac90e4..7cbafe4 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -11,7 +11,7 @@ CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=300000 # 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 # Enable eager debouncing CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 From f9808fc2ad3bbf651ef87b6e9457ed35653e3c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 05:35:09 +0000 Subject: [PATCH 6/7] ci: bump DeterminateSystems/nix-installer-action from 12 to 13 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deps.yml | 2 +- .github/workflows/flake.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54df922..7c256ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v12 + - uses: DeterminateSystems/nix-installer-action@v13 - run: nix -vL --show-trace flake check diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index b1ba83b..22bce4f 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v12 + - uses: DeterminateSystems/nix-installer-action@v13 - run: nix -vL run --show-trace .#update diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index a4da727..f2456f6 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v12 + - uses: DeterminateSystems/nix-installer-action@v13 - id: update-flake-lock uses: DeterminateSystems/update-flake-lock@v23 From 9fe6051c91d0e1818e6f7804d3c4428fdf3ebb6e Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Thu, 25 Jul 2024 19:46:41 -0700 Subject: [PATCH 7/7] Double sleep timeout --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index 7cbafe4..787070c 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -8,7 +8,7 @@ # Uncomment the following lines to enable deep sleep CONFIG_ZMK_SLEEP=y # 5 minutes of inactivity to enter deep sleep -CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=300000 +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000 # Uncomment the following line to increase the keyboard's wireless range CONFIG_BT_CTLR_TX_PWR_PLUS_8=y